Browse Source

remove "use strict" which is causing problems.

"use strict" enforces good js. We should go through and carefully add "use
strict" throughout bitcore and fix all problems that are found along the way.
patch-2
Ryan X. Charles 11 years ago
parent
commit
92f6d1e529
  1. 1
      Transaction.js

1
Transaction.js

@ -1,4 +1,3 @@
'use strict';
require('classtool');
function spec(b) {

Loading…
Cancel
Save