From d18aa638bc0e0f8119d342dd2126de02f7ca7cca Mon Sep 17 00:00:00 2001 From: Dale Harvey Date: Wed, 20 Feb 2013 22:38:29 +0000 Subject: [PATCH] (#416) - Fix lint errors in postTest.js --- tests/postTest.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/postTest.js b/tests/postTest.js index e13065b14a..62c289201a 100644 --- a/tests/postTest.js +++ b/tests/postTest.js @@ -1,3 +1,7 @@ +/*globals openTestDB: false */ + +"use strict"; + module("misc", { setup : function () { var dbname = location.search.match(/[?&]dbname=([^&]+)/);