Fix profile revision checking on options update.

This was not checked before due to not passing the right argument.
Should be fixed now.
This commit is contained in:
FelisCatus 2014-10-08 19:00:27 +08:00
parent 50fa7640a6
commit 0bd6954c28

View File

@ -227,7 +227,7 @@ class Options
_watch: ->
handler = (changes) =>
if changes
@_setOptions(changes, {checkRev: true, persist: false})
@_setOptions(changes, {checkRevision: true, persist: false})
else
# Initial update.
changes = @_options