Skip to content

Commit 56c352a

Browse files
author
Tomas Kirda
authored
Merge pull request #509 from stonio/patch-3
Reduce JSLint Warnings
2 parents 264198f + 1d73305 commit 56c352a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jquery.autocomplete.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
* For details, see the web site: https://github.com/devbridge/jQuery-Autocomplete
77
*/
88

9-
/*jslint browser: true, white: true, plusplus: true, vars: true */
9+
/*jslint browser: true, white: true, single: true, this: true, multivar: true */
1010
/*global define, window, document, jQuery, exports, require */
1111

1212
// Expose plugin as an AMD module if AMD loader is present:
1313
(function (factory) {
14-
'use strict';
14+
"use strict";
1515
if (typeof define === 'function' && define.amd) {
1616
// AMD. Register as an anonymous module.
1717
define(['jquery'], factory);

0 commit comments

Comments
 (0)