This commit is contained in:
j 2014-05-14 11:57:11 +02:00
commit d385853186
48 changed files with 1344 additions and 488 deletions

View file

@ -9,6 +9,10 @@ oml.UI = (function() {
return value.replace(/\./g, '\\.');
};
that.getPrevious = function(key) {
return !key ? previousUI : previousUI[key];
};
that.reset = function() {
var ui = oml.user.ui;
oml.api.resetUI({}, function() {