Преглед изворни кода

remove out of date comment

Evan You пре 10 година
родитељ
комит
f96c530069
1 измењених фајлова са 1 додато и 2 уклоњено
  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
  */