From 76339b124052e5142406200a9115f08bb4cb3642 Mon Sep 17 00:00:00 2001 From: parliament718 Date: Tue, 9 Apr 2013 16:31:42 -0300 Subject: [PATCH] Update backbone.d.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Backbone.History.started  https://github.com/documentcloud/backbone/pull/538#issuecomment-15996793 --- backbone/backbone.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backbone/backbone.d.ts b/backbone/backbone.d.ts index 04bee0f5d..6ba1d15a6 100644 --- a/backbone/backbone.d.ts +++ b/backbone/backbone.d.ts @@ -198,6 +198,7 @@ declare module Backbone { pushSate(); getFragment(fragment?: string, forcePushState?: bool): string; getHash(window?: Window): string; + started: bool; } export interface ViewOptions {