We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e562a commit 0d661edCopy full SHA for 0d661ed
1 file changed
js/data.js
@@ -29,8 +29,7 @@ var data = (function() {
29
};
30
31
var load = function() {
32
- var data = JSON.parse(get(saveName));
33
- return data;
+ return JSON.parse(get(saveName));
34
35
36
var restore = function(data) {
0 commit comments