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.
This commit is contained in:
Ryan X. Charles 2014-02-05 15:16:24 -05:00
parent 06d7969e87
commit 92f6d1e529
1 changed files with 0 additions and 1 deletions

View File

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