use crypto from bower

This commit is contained in:
ansuz
2016-06-06 12:35:06 +02:00
parent 2a3ff256b9
commit 1746a4e732

View File

@@ -1,5 +1,5 @@
define([
'/common/crypto.js',
'/bower_components/chainpad-crypto/crypto.js'
], function (Crypto) {
var common = {};