Merge branch 'ps-ember-update' of github.com:travis-ci/travis-web into ps-ember-update

This commit is contained in:
Sven Fuchs 2013-02-23 00:31:17 +01:00
commit db57d317c9

View File

@ -4,7 +4,6 @@ Ember.Router.reopen
location: (if testMode? then Ember.HashLocation.create() else Travis.Location.create()) location: (if testMode? then Ember.HashLocation.create() else Travis.Location.create())
handleURL: (url) -> handleURL: (url) ->
console.log 'our handle url', url
url = url.replace(/#.*?$/, '') url = url.replace(/#.*?$/, '')
@_super(url) @_super(url)