diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/Storage.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Storage.js b/common/Storage.js index 8010f3f..62b7b19 100644 --- a/common/Storage.js +++ b/common/Storage.js @@ -133,7 +133,6 @@ class ListStore {    }  } -var jssha = require('jssha');  function hash(source){  	var shaObj = new jssha("SHA-256","TEXT")  	shaObj.update(source); @@ -142,4 +141,5 @@ function hash(source){  if (typeof module === "object") {    module.exports = { ListStore, Storage, hash }; +  var jssha = require('jssha');  }  | 
