Do not save isDirty field in preferences

Bug: 57349
Change-Id: Id5fe6bf61fcf79942f879bd1729e6b0a622aded8
This commit is contained in:
Santhosh Thottingal
2013-11-25 17:24:44 +05:30
parent eb7cb4ecd5
commit abae4e1780

View File

@@ -68,7 +68,8 @@
return;
}
// we don't want to save isDirty field.
this.registry.isDirty = undefined;
// get updated copy of preferences
inputPreferences = mw.uls.preferences();
inputPreferences.set( 'ime', this.registry );