Removed superfluous comment

This commit is contained in:
Michael Schmatz 2014-04-22 11:51:51 -07:00
parent 3bbedbc100
commit 392dbb9f8d

View file

@ -74,7 +74,6 @@ module.exports = class CastButtonView extends View
updateCastButton: -> updateCastButton: ->
return if _.some @spells, (spell) => not spell.loaded return if _.some @spells, (spell) => not spell.loaded
#this is going to have some problems...
async.some _.values(@spells), (spell, callback) => async.some _.values(@spells), (spell, callback) =>
spell.hasChangedSignificantly spell.getSource(), null, callback spell.hasChangedSignificantly spell.getSource(), null, callback