Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
I struggle with programming sometimes
  • Loading branch information
nuclearpidgeon committed Jun 17, 2014
1 parent e37e84f commit 060eba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ var saveState = function() {
};

var clearState = function() {
localStorage.clearItem('SubjectMarksAssessments');
localStorage.removeItem('SubjectMarksAssessments');
};

// global variables
Expand Down

0 comments on commit 060eba3

Please sign in to comment.