From 01ae2b945248ac11f6c5f02cb2769d5fd645b2be Mon Sep 17 00:00:00 2001 From: Ryan Jones Date: Tue, 29 Nov 2016 11:56:11 -0800 Subject: [PATCH] add errant semicolon --- scripts/developer/tests/bindUnitTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/developer/tests/bindUnitTest.js b/scripts/developer/tests/bindUnitTest.js index 38c2fb350f..95fd497916 100644 --- a/scripts/developer/tests/bindUnitTest.js +++ b/scripts/developer/tests/bindUnitTest.js @@ -18,7 +18,7 @@ describe('Bind', function() { return callAnotherFn(function() { return this.foo; }.bind(this)); - } + }; var instance = new TestConstructor();