Skip to content

Commit

Permalink
bring back todos
Browse files Browse the repository at this point in the history
  • Loading branch information
debris committed Jan 6, 2015
1 parent 8c1b268 commit a2a7717
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/autoprovider.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* if it fails, it uses HttpRpcProvider
*/

// TODO: is these line is supposed to be here?
if (process.env.NODE_ENV !== 'build') {
var WebSocket = require('ws'); // jshint ignore:line
var web3 = require('./main.js'); // jshint ignore:line
Expand Down
1 change: 1 addition & 0 deletions lib/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* @date 2014
*/

// TODO: is these line is supposed to be here?
if (process.env.NODE_ENV !== 'build') {
var web3 = require('./web3'); // jshint ignore:line
}
Expand Down
1 change: 1 addition & 0 deletions lib/httprpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* @date 2014
*/

// TODO: is these line is supposed to be here?
if (process.env.NODE_ENV !== 'build') {
var XMLHttpRequest = require('xmlhttprequest').XMLHttpRequest; // jshint ignore:line
}
Expand Down
1 change: 1 addition & 0 deletions lib/websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @date 2014
*/

// TODO: is these line is supposed to be here?
if (process.env.NODE_ENV !== 'build') {
var WebSocket = require('ws'); // jshint ignore:line
}
Expand Down

0 comments on commit a2a7717

Please sign in to comment.