Skip to content

Commit cd81006

Browse files
author
Vlad Balin
committed
removed change token
Will cause problems with references to previous versions
1 parent 0aca64a commit cd81006

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ Link.prototype = {
9393

9494
// dummies for compatibility with nestedtypes object model...
9595
constructor : Link,
96-
initialize : function( value, set, error ){},
97-
get _changeToken(){
98-
return this.value;
99-
}
96+
initialize : function( value, set, error ){}
10097
};
10198

10299
function mapObject( link, object, fun ){

0 commit comments

Comments
 (0)