mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Removed superfluous comment
This commit is contained in:
parent
3bbedbc100
commit
392dbb9f8d
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ module.exports = class CastButtonView extends View
|
|||
|
||||
updateCastButton: ->
|
||||
return if _.some @spells, (spell) => not spell.loaded
|
||||
#this is going to have some problems...
|
||||
|
||||
async.some _.values(@spells), (spell, callback) =>
|
||||
spell.hasChangedSignificantly spell.getSource(), null, callback
|
||||
|
|
Loading…
Reference in a new issue