Merge pull request from Sighne/master

Migrate .on, .once - ThangTypeEditView
This commit is contained in:
Scott Erickson 2014-03-28 09:34:29 -07:00
commit 84cb0bfd0d

View file

@ -45,8 +45,8 @@ module.exports = class ThangTypeEditView extends View
@thangType.saveBackups = true
@thangType.fetch()
@thangType.loadSchema()
@thangType.schema().once 'sync', @onThangTypeSync, @
@thangType.once 'sync', @onThangTypeSync, @
@listenToOnce(@thangType.schema(), 'sync', @onThangTypeSync)
@listenToOnce(@thangType, 'sync', @onThangTypeSync)
@refreshAnimation = _.debounce @refreshAnimation, 500
onThangTypeSync: ->