Merge pull request #1297 from eordano/beauty/Wallet

JSDoc for wallet.js
This commit is contained in:
Gustavo Maximiliano Cortez 2014-09-08 13:00:34 -03:00
commit 5ac5aa3c69
5 changed files with 597 additions and 52 deletions

View file

@ -23,7 +23,7 @@
"zeroclipboard": "~1.3.5",
"ng-idle": "*",
"underscore": "~1.7.0",
"assert": "~0.1.0"
"inherits": "~0.0.1"
},
"resolutions": {
"angular": "=1.2.19"

File diff suppressed because it is too large Load diff

View file

@ -28,7 +28,7 @@ module.exports = function(config) {
'lib/angular-route/angular-route.min.js',
'lib/angular-foundation/mm-foundation.min.js',
'lib/angular-foundation/mm-foundation-tpls.min.js',
'lib/assert/assert.js',
'lib/inherits/inherits.js',
'lib/bitcore.js',
'lib/underscore/underscore.js',
'lib/crypto-js/rollups/sha256.js',

View file

@ -11,8 +11,8 @@
},
"version": "0.4.7",
"dependencies": {
"assert": "^1.1.2",
"browser-request": "^0.3.2",
"inherits": "^2.0.1",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1",
"optimist": "^0.6.1",

View file

@ -46,9 +46,6 @@ var createBundle = function(opts) {
b.require('underscore', {
expose: 'underscore'
});
b.require('assert', {
expose: 'assert'
});
b.require('./copay', {
expose: 'copay'