Backbone fixes

This commit is contained in:
Boris Yankov
2012-10-22 10:59:42 +03:00
parent 9ce42c577f
commit dd5444a11b
2 changed files with 27 additions and 21 deletions
+2
View File
@@ -142,6 +142,8 @@ declare module Backbone {
navigate(fragment, options? );
}
export var history: History;
export class History {
start(options? );
}