From 139ca5ed8c6af5d356a2ce58e03265d2d2d9aa4e Mon Sep 17 00:00:00 2001 From: Gregg Zigler Date: Mon, 18 Aug 2014 14:08:49 -0700 Subject: [PATCH] karma should use new bitcore bundle --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index 5b9d32890..48a1e18f3 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -29,7 +29,7 @@ module.exports = function(config) { 'lib/angular-foundation/mm-foundation.min.js', 'lib/angular-foundation/mm-foundation-tpls.min.js', 'lib/peerjs/peer.js', - 'lib/bitcore/browser/bundle.js', + 'lib/bitcore-0.1.35-paypro.js', 'lib/crypto-js/rollups/sha256.js', 'lib/crypto-js/rollups/pbkdf2.js', 'lib/crypto-js/rollups/aes.js',