Merge pull request #729 from derekcicerone/patch-2

Replace bool with boolean (for TypeScript 0.9.0+)
This commit is contained in:
Boris Yankov
2013-07-01 15:14:20 -07:00
+1 -1
View File
@@ -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 {