Skip to content

Commit 37e95f8

Browse files
committed
[refactor] remove unused function
1 parent e87a004 commit 37e95f8

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

‎js/state.js‎

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -118,23 +118,6 @@ var state = (function(){
118118
};
119119
};
120120

121-
// var change = function(override){
122-
// var options ={
123-
// path: null,
124-
// value: null
125-
// };
126-
// if (override){
127-
// options = helper.applyOptions(options, override);
128-
// };
129-
// if (options.path != null){
130-
// helper.setObject({
131-
// path: options.path,
132-
// object: current,
133-
// newValue: options.value
134-
// });
135-
// };
136-
// };
137-
138121
varinit=function(){
139122
if(data.load()){
140123
restore(data.load());

0 commit comments

Comments
(0)