diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index aa8488beac..c957be929b 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -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 {