Commit 9d27117f authored by Pascal Hartig's avatar Pascal Hartig

sapui5: code style fixes

parent e7fbe334
......@@ -10,7 +10,7 @@
this.name = aName;
};
todo.TodoPersistency.prototype = function () {
todo.TodoPersistency.prototype = (function () {
var storage = window.localStorage;
return {
......@@ -29,5 +29,5 @@
return !(this.get());
}
};
}();
}());
})();
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment