[refactor] remove unused function
This commit is contained in:
parent
e87a00453b
commit
37e95f8775
17
js/state.js
17
js/state.js
|
@ -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() {
|
var init = function() {
|
||||||
if (data.load()) {
|
if (data.load()) {
|
||||||
restore(data.load());
|
restore(data.load());
|
||||||
|
|
Loading…
Reference in New Issue