diff --git a/src/mm-collection/mm-collection.js b/src/mm-collection/mm-collection.js
index d395a000..814370c1 100644
--- a/src/mm-collection/mm-collection.js
+++ b/src/mm-collection/mm-collection.js
@@ -28,7 +28,6 @@
behaviors: [
StrandTraits.Pageable,
StrandTraits.Refable
- // StrandTraits.DomSyncable
],
factoryImpl: function(auto) {
@@ -78,7 +77,7 @@
fetch: function() {
return this.connection.get();
},
-
+
destroy: function() {
return this.connection.delete();
},
@@ -100,8 +99,8 @@
// },
// _collectionChanged: function() {
- // this._collection.addEventListener("data-changed", function() {
- // this.fire("data-changed");
+ // this._collection.addEventListener("data-changed", function() {
+ // this.fire("data-changed");
// }.bind(this));
// },
@@ -132,4 +131,4 @@
}
});
-})(window.Strand = window.Strand || {});
\ No newline at end of file
+})(window.Strand = window.Strand || {});
diff --git a/src/shared/behaviors/pageable.html b/src/shared/behaviors/pageable.html
index 245f9e26..f0920771 100644
--- a/src/shared/behaviors/pageable.html
+++ b/src/shared/behaviors/pageable.html
@@ -1,4 +1,5 @@
+