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:
parent
06d7969e87
commit
92f6d1e529
|
@ -1,4 +1,3 @@
|
||||||
'use strict';
|
|
||||||
require('classtool');
|
require('classtool');
|
||||||
|
|
||||||
function spec(b) {
|
function spec(b) {
|
||||||
|
|
Loading…
Reference in New Issue