Wallet/js/services/walletFactory.js
Ryan X. Charles ea2e2d4e19 run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00

3 lines
123 B
JavaScript

'use strict';
angular.module('copayApp.services').value('walletFactory', new copay.WalletFactory(config, copay.version));