removing old progressbar

This commit is contained in:
Tyler Renelle 2012-06-20 18:40:49 -04:00
parent 541ab5c656
commit dbf104aaa6

View file

@ -102,9 +102,6 @@ ready (model) ->
# or the item's id property
list.pass(ignore: domId).move {id}, to
$("#tnl-bar" ).progressbar value: model.at('_user.exp')/model.at('_tnl') * 100
$("#hp-bar" ).progressbar value: model.at('_user.hp')/50 * 100
exports.addTask = (e, el, next) ->
type = $(el).attr('data-task-type')
list = model.at "_#{type}List"