Browse Source

remove out of date comment

Evan You 10 years ago
parent
commit
f96c530069
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/observer/index.js

+ 1 - 2
src/observer/index.js

@@ -76,8 +76,7 @@ Observer.create = function (value, vm) {
 /**
  * Walk through each property and convert them into
  * getter/setters. This method should only be called when
- * value type is Object. Properties prefixed with `$` or `_`
- * and accessor properties are ignored.
+ * value type is Object.
  *
  * @param {Object} obj
  */