Merge "Reset the dirty bit after preferences are saved."

This commit is contained in:
jenkins-bot
2013-05-26 13:46:08 +00:00
committed by Gerrit Code Review

View File

@@ -71,6 +71,8 @@
inputPreferences.set( 'ime', this.registry ); inputPreferences.set( 'ime', this.registry );
inputPreferences.save( callback ); inputPreferences.save( callback );
// reset the dirty bit
this.registry.isDirty = false;
}, },
load: function () { load: function () {