From 75f2e4dd4feb8eef00d128491b06dd3f49495d24 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Tue, 16 Jun 2015 19:37:46 -0400 Subject: Attempts to fix crypto test failure > Promise rejection: Error: loop is not enabled --- lib/script_entries/crypto.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/script_entries/crypto.js') diff --git a/lib/script_entries/crypto.js b/lib/script_entries/crypto.js index 5fb920f..d8d9c0a 100644 --- a/lib/script_entries/crypto.js +++ b/lib/script_entries/crypto.js @@ -34,7 +34,6 @@ CryptoString.prototype.init = function(hashAlgorithm, charset) { this.converter.charset = charset; this.hashAlgorithm = hashAlgorithm; this.cryptoHash.init(this.cryptoHash[this.hashAlgorithm]); - }; CryptoString.prototype.encryptString = function(str) { -- cgit v1.2.3