mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update breaking change from parsing class declaration in strict mode (as specified in ES6)
This commit is contained in:
2
backbone/backbone.d.ts
vendored
2
backbone/backbone.d.ts
vendored
@@ -238,7 +238,7 @@ declare module Backbone {
|
||||
initial(n: number): TModel[];
|
||||
inject(iterator: (memo: any, element: TModel, index: number) => any, initialMemo: any, context?: any): any;
|
||||
isEmpty(object: any): boolean;
|
||||
invoke(methodName: string, arguments?: any[]): any;
|
||||
invoke(methodName: string, args?: any[]): any;
|
||||
last(): TModel;
|
||||
last(n: number): TModel[];
|
||||
lastIndexOf(element: TModel, fromIndex?: number): number;
|
||||
|
||||
Reference in New Issue
Block a user