Calling Backbone.history.start later

This commit is contained in:
Ayush Gupta
2012-07-17 22:24:06 -07:00
parent 16a1e1bda8
commit 5a52410e62
3 changed files with 6 additions and 7 deletions

View File

@@ -13,8 +13,6 @@ class SwaggerUi extends Backbone.Router
# SwaggerUi accepts all the same options as SwaggerApi
initialize: (options={}) ->
Backbone.history.start pushState: true
# Allow dom_id to be overridden
if options.dom_id?
@dom_id = options.dom_id
@@ -48,6 +46,7 @@ class SwaggerUi extends Backbone.Router
@mainView?.clear()
@headerView.update(@options.discoveryUrl, @options.apiKey)
@api = new SwaggerApi(@options)
Backbone.history.start pushState: true
# This is bound to success handler for SwaggerApi
# so it gets called when SwaggerApi completes loading