Browse Source

updating code styling to match the rest of repo

feature/specify-what-to-cache
Sean Cady 10 years ago
parent
commit
519e745fa6
  1. 2
      test/stores/options.unit.js

2
test/stores/options.unit.js

@ -37,7 +37,7 @@ var testStore = function(args) {
cb = options;
options = false;
optionsMapped = true;
} else if (typeof options !== 'object') {
} else if (typeof options !== "object") {
options = {ttl: options, runNormal: true};
}
if (options && options.value) {

Loading…
Cancel
Save