5 lines
130 B
CoffeeScript
5 lines
130 B
CoffeeScript
Travis.Location = Ember.HistoryLocation.extend
|
|
getURL: ->
|
|
location = @get('location')
|
|
location.pathname + location.hash
|