Changeset 426 for Dev/trunk/client/qed/widgets/list/List.js
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk
- Property svn:ignore
-
old new 1 1 data 2 2 nbproject 3 node_modules
-
- Property svn:ignore
-
Dev/trunk/client
- Property svn:externals
-
old new 1 dojo http://svn.dojotoolkit.org/src/tags/release-1.8. 0/dojo2 dijit http://svn.dojotoolkit.org/src/tags/release-1.8. 0/dijit3 dojox http://svn.dojotoolkit.org/src/tags/release-1.8. 0/dojox4 util http://svn.dojotoolkit.org/src/tags/release-1.8. 0/util1 dojo http://svn.dojotoolkit.org/src/tags/release-1.8.3/dojo 2 dijit http://svn.dojotoolkit.org/src/tags/release-1.8.3/dijit 3 dojox http://svn.dojotoolkit.org/src/tags/release-1.8.3/dojox 4 util http://svn.dojotoolkit.org/src/tags/release-1.8.3/util
-
- Property svn:externals
-
Dev/trunk/client/qed/widgets/list/List.js
r420 r426 52 52 }; 53 53 }, 54 _createListNode: function( item) {},55 _createAvatarNode: function( item) {},54 _createListNode: function(/*item*/) {}, 55 _createAvatarNode: function(/*item*/) {}, 56 56 57 57 appendItem: function(item) { … … 86 86 .forEach(lang.hitch(this,function(node){ 87 87 registry.byNode(node).destroyRecursive(); 88 this.removeCallback && this.removeCallback(item);88 if ( this.removeCallback ) { this.removeCallback(item); } 89 89 })); 90 90 this.source.sync();
Note: See TracChangeset
for help on using the changeset viewer.