We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e87a004 commit 37e95f8Copy full SHA for 37e95f8
js/state.js
@@ -118,23 +118,6 @@ var state = (function(){
118
};
119
120
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
-
138
varinit=function(){
139
if(data.load()){
140
restore(data.load());
0 commit comments