[refactor] remove unused function

This commit is contained in:
zombieFox 2019-03-17 14:18:57 +00:00
parent e87a00453b
commit 37e95f8775
1 changed files with 0 additions and 17 deletions

View File

@ -118,23 +118,6 @@ var state = (function() {
};
};
// var change = function(override) {
// var options = {
// path: null,
// value: null
// };
// if (override) {
// options = helper.applyOptions(options, override);
// };
// if (options.path != null) {
// helper.setObject({
// path: options.path,
// object: current,
// newValue: options.value
// });
// };
// };
var init = function() {
if (data.load()) {
restore(data.load());