Skip to content

Commit

Permalink
*Now* it's Beta 2. Stupid fucking bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patineta committed Mar 3, 2014
1 parent ade117b commit bb1ff73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/vendor/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Settings = {

for( var key in Settings._defaultSettings ) {
// Create new settings if necessary
if( typeof Settings.get('key') == 'undefined' || (forceReset === true) ) {
if( typeof Settings.get(key) == 'undefined' || (forceReset === true) ) {
Settings.set(key, Settings._defaultSettings[key]);
}
}
Expand Down

0 comments on commit bb1ff73

Please sign in to comment.