From 0172939490f47f869b39b00d3f5f228b226ab170 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 16 Jan 2015 15:49:36 +0100 Subject: fixed #28 and other small node.js issues --- lib/abi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/abi.js') diff --git a/lib/abi.js b/lib/abi.js index 8af10c382..fbd6effb6 100644 --- a/lib/abi.js +++ b/lib/abi.js @@ -23,10 +23,10 @@ // TODO: is these line is supposed to be here? if (process.env.NODE_ENV !== 'build') { - var web3 = require('./web3'); // jshint ignore:line + var BigNumber = require('bignumber.js'); // jshint ignore:line } -var BigNumber = require('bignumber.js'); +var web3 = require('./web3'); // jshint ignore:line // TODO: make these be actually accurate instead of falling back onto JS's doubles. var hexToDec = function (hex) { -- cgit v1.2.3