]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Wordlists.js removed
authorIan Coleman <coleman.ian@gmail.com>
Mon, 13 Oct 2014 01:07:45 +0000 (12:07 +1100)
committerIan Coleman <coleman.ian@gmail.com>
Mon, 13 Oct 2014 01:07:45 +0000 (12:07 +1100)
src/index.html
src/js/wordlist_english.js
src/js/wordlists.js [deleted file]

index ff3d0324e758b33ce887f6e1ff6384ff71855887..f43c505f9df530124df3212ed737066ee535a44f 100644 (file)
         <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
         <script src="/js/bitcoinjs-1-0-0.js"></script>
         <script src="/js/sjcl-bip39.js"></script>
-        <script src="/js/wordlists.js"></script>
         <script src="/js/wordlist_english.js"></script>
         <script src="/js/jsbip39.js"></script>
         <script src="/js/index.js"></script>
index fa6e624494340adb251e4ba65a33ce206f7b0b73..88ea86d416e07d0b89b570adf3e73deb0c086449 100644 (file)
@@ -1,3 +1,4 @@
+WORDLISTS = typeof WORDLISTS == "undefined" ? {} : WORDLISTS;
 WORDLISTS["english"] = [
 "abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse",
 "access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act",
diff --git a/src/js/wordlists.js b/src/js/wordlists.js
deleted file mode 100644 (file)
index 740f20c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-WORDLISTS = {};