Add the jshint comment to alter how scrutinzer-ci deals with the js.

This commit is contained in:
jgen
2014-04-23 23:38:53 -04:00
parent 31501e48fe
commit 887f963e17
6 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/*jshint bitwise:true, curly:true, forin:false, noarg:true, noempty:true, nonew:true, undef:true, strict:false, browser:true, jquery:true */
// jquery.tweet.js - See http://tweet.seaofclouds.com/ or https://github.com/seaofclouds/tweet for more info
// Copyright (c) 2008-2011 Todd Matthews & Steve Purcell
(function($) {