Model url method

This commit is contained in:
Gregory Eremin
2012-09-02 03:38:14 +04:00
parent e2e2868309
commit be5a643b55
4 changed files with 20 additions and 3 deletions
@@ -72,4 +72,3 @@ class BeatHaven.Models.Player extends Backbone.Model
return false if @move_it_mousedown
percent = obj.position / obj.duration * 100
$(".player .progress-bar .bar").css(width: "#{percent}%")