Skip to content

Commit

Permalink
really use the STORAGE_VERSION constant, good catch codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncalabrese committed Nov 8, 2015
1 parent d5e7287 commit 70eb400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client/browser-settings.js
Expand Up @@ -136,7 +136,7 @@ function init (client, plugins, serverSettings, $) {
scaleY: $('#scaleY').val(),
basalrender: $('#basalrender').val(),
showPlugins: checkedPluginNames(),
storageVersion: 1
storageVersion: STORAGE_VERSION
});

event.preventDefault();
Expand Down

0 comments on commit 70eb400

Please sign in to comment.