Skip to content

Commit

Permalink
specify dependencies for convert module.
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Oct 26, 2014
1 parent a1a7b80 commit 53dcb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/backend/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ require.config({
exports: 'CryptoJS'
},
'convert': {
deps: ['crypto-js', 'bitcoinjs-lib-real'],
exports: 'Convert'
},
'jsqrcode': {
Expand Down

0 comments on commit 53dcb65

Please sign in to comment.