mirror of https://github.com/status-im/web3.js.git
removed unecessary utils
This commit is contained in:
parent
9a3d320f43
commit
b32237816b
|
@ -1635,7 +1635,6 @@ module.exports = contract;
|
|||
* @date 2015
|
||||
*/
|
||||
|
||||
var utils = require('../utils/utils');
|
||||
|
||||
/// @returns an array of objects describing web3.db api methods
|
||||
var methods = function () {
|
||||
|
@ -1651,7 +1650,7 @@ module.exports = {
|
|||
methods: methods
|
||||
};
|
||||
|
||||
},{"../utils/utils":5}],9:[function(require,module,exports){
|
||||
},{}],9:[function(require,module,exports){
|
||||
/*
|
||||
This file is part of ethereum.js.
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,6 @@
|
|||
* @date 2015
|
||||
*/
|
||||
|
||||
var utils = require('../utils/utils');
|
||||
|
||||
/// @returns an array of objects describing web3.db api methods
|
||||
var methods = function () {
|
||||
|
|
Loading…
Reference in New Issue