Skip to content

Commit

Permalink
Corrected an issue that didn't allow me to use an extended PageableCo…
Browse files Browse the repository at this point in the history
…llection in a Marionette.compositeView.
  • Loading branch information
Eik committed Jun 3, 2015
1 parent 484544d commit 45c923a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.paginator/backbone.paginator.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ declare module Backbone {

type PageableGetPageOptions = CollectionFetchOptions|Silenceable;

class PageableCollection<TModel extends Model> extends Collection<Model>{
class PageableCollection<TModel extends Model> extends Collection<TModel>{

fullCollection: Collection<TModel>;
mode: string;
Expand Down

0 comments on commit 45c923a

Please sign in to comment.