Closed t2ym closed 8 years ago
notifyPath() fails due to uninitialized this.__data
notifyPath()
this.__data
Needs to skip notifyPath() until this.__data is initialized
Initialization procedures must be analyzed to identify the root cause and the right fix.
notifyPath()
fails due to uninitializedthis.__data
Needs to skip notifyPath() until
this.__data
is initialized