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