Replace bool with boolean (for TypeScript 0.9.0+)

This commit is contained in:
Derek Cicerone
2013-07-01 17:38:49 -04:00
parent f4c55d9536
commit 9941765485

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 {