File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 behaviors : [
2929 StrandTraits . Pageable ,
3030 StrandTraits . Refable
31- // StrandTraits.DomSyncable
3231 ] ,
3332
3433 factoryImpl : function ( auto ) {
7877 fetch : function ( ) {
7978 return this . connection . get ( ) ;
8079 } ,
81-
80+
8281 destroy : function ( ) {
8382 return this . connection . delete ( ) ;
8483 } ,
10099 // },
101100
102101 // _collectionChanged: function() {
103- // this._collection.addEventListener("data-changed", function() {
104- // this.fire("data-changed");
102+ // this._collection.addEventListener("data-changed", function() {
103+ // this.fire("data-changed");
105104 // }.bind(this));
106105 // },
107106
132131 }
133132
134133 } ) ;
135- } ) ( window . Strand = window . Strand || { } ) ;
134+ } ) ( window . Strand = window . Strand || { } ) ;
Original file line number Diff line number Diff line change 11< link rel ="import " href ="../js/datautils.html "/>
2+ < link rel ="import " href ="../js/sync.html "/>
23< link rel ="import " href ="domsyncable.html "/>
34< script >
45/**
133134 } ;
134135
135136 scope . Pageable = [
136- scope . Syncable ,
137+ StrandLib . Sync . getBehavior ( ) ,
137138 scope . DomSyncable ,
138139 Pageable ,
139140 ] ;
You can’t perform that action at this time.
0 commit comments