4 lines
132 B
CoffeeScript
4 lines
132 B
CoffeeScript
Travis.LineNumberParser = Ember.Mixin.create
|
|
fetchLineNumber: ->
|
|
match[1] if match = document.location.hash.match(/#L(\d+)$/)
|