mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Merge pull request #729 from derekcicerone/patch-2
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