removed unecessary utils

This commit is contained in:
Fabian Vogelsteller 2015-03-12 21:46:44 +01:00
parent 9a3d320f43
commit b32237816b
4 changed files with 4 additions and 6 deletions

3
dist/ethereum.js vendored
View File

@ -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

View File

@ -20,7 +20,6 @@
* @date 2015
*/
var utils = require('../utils/utils');
/// @returns an array of objects describing web3.db api methods
var methods = function () {