mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Replace bool with boolean (for TypeScript 0.9.0+)
This commit is contained in:
Vendored
+1
-1
@@ -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