import/export
This commit is contained in:
parent
dbfdd50a29
commit
bceb5e6d4a
14 changed files with 450 additions and 148 deletions
|
|
@ -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;
|
||||
|
||||
}());
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue