Add JSLint directives for the bootstrap code.

1.3
Ariya Hidayat 2011-08-20 23:11:14 -07:00
parent ba41180fa1
commit 776da4987f
1 changed files with 3 additions and 0 deletions

View File

@ -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() {