From 92f6d1e529a8ec476249d10784b670415c566eaa Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Wed, 5 Feb 2014 15:16:24 -0500 Subject: [PATCH] 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. --- Transaction.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Transaction.js b/Transaction.js index 6695c97..36bbbeb 100644 --- a/Transaction.js +++ b/Transaction.js @@ -1,4 +1,3 @@ -'use strict'; require('classtool'); function spec(b) {