mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
Replace bool with boolean (for TypeScript 0.9.0+)
This commit is contained in:
2
backbone/backbone.d.ts
vendored
2
backbone/backbone.d.ts
vendored
@@ -271,7 +271,7 @@ declare module Backbone {
|
||||
navigate(fragment: string, options?: any);
|
||||
started: boolean;
|
||||
|
||||
_updateHash(location: Location, fragment: string, replace: bool);
|
||||
_updateHash(location: Location, fragment: string, replace: boolean);
|
||||
}
|
||||
|
||||
interface ViewOptions {
|
||||
|
||||
Reference in New Issue
Block a user