mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Corrected an issue that didn't allow me to use an extended PageableCollection in a Marionette.compositeView.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user