From 776da4987f0814a173c37b6e035b117bcbe9a6ec Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sat, 20 Aug 2011 23:11:14 -0700 Subject: [PATCH] Add JSLint directives for the bootstrap code. --- src/bootstrap.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bootstrap.js b/src/bootstrap.js index 16d82852..372176bd 100644 --- a/src/bootstrap.js +++ b/src/bootstrap.js @@ -1,3 +1,6 @@ +/*jslint sloppy: true, nomen: true */ +/*global window:true,phantom:true,fs:true */ + // This allows creating a new web page using the construct "new WebPage", // which feels more natural than "phantom.createWebPage()". window.WebPage = function() {