import/export

This commit is contained in:
j 2014-05-17 10:17:34 +02:00
commit bceb5e6d4a
14 changed files with 450 additions and 148 deletions

View file

@ -19,7 +19,6 @@ oml.Preferences = (function() {
set[key] = value;
}
});
if (Ox.len(set)) {
oml.api.setPreferences(set);
Ox.forEach(set, function(value, key) {
@ -38,4 +37,4 @@ oml.Preferences = (function() {
return that;
}());
}());