From 1112f423a7e27282222e87685ec13bb8ea1c0b86 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 13 Jan 2013 23:13:04 +0200 Subject: [PATCH] Suppress "dot notation" warnings in JSHint --- test/jquery.uls.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/jquery.uls.test.js b/test/jquery.uls.test.js index 3531ff5..311fc11 100644 --- a/test/jquery.uls.test.js +++ b/test/jquery.uls.test.js @@ -13,6 +13,8 @@ * */ +/*jshint sub:true */ + ( function ( $ ) { 'use strict';