Skip to content

Commit

Permalink
remove syncable for vulcanize
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed Mar 1, 2016
1 parent 1c6b5dd commit 5bc45fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/shared/behaviors/pageable.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<link rel="import" href="../js/datautils.html"/>
<link rel="import" href="syncable.html"/>
<link rel="import" href="domsyncable.html"/>
<script>
/**
Expand Down Expand Up @@ -113,7 +112,7 @@
},

_indexChanged: function(o, n) {

if (this.pageOptions && this.pageOptions.pageType === Pageable.PAGE_TYPE_OFFSET) {
this.set("page", this.index);
} else {
Expand All @@ -139,4 +138,4 @@
Pageable,
];
}(window.StrandTraits = window.StrandTraits || {}));
</script>
</script>

0 comments on commit 5bc45fa

Please sign in to comment.