This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
select2
Watch
1
Star
0
Fork
0
You've already forked select2
mirror of
synced
2024-11-22 21:16:10 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
956ac46dab
select2
/
.jshintignore
3 lines
35 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added very basic jshint config
2014-09-21 23:21:43 +04:00
tests/vendor/*.js
Fix undefined variables There were a few undefined variables being referenced within the Select2 code. The JSHint configuration has been modified to fail if there are undefined variables being referenced, including any global variables. There is an exception that is being made for the jQuery shim, as it must try to find the global jQuery references. An exception is made for the test helpers, as the SauceLabs reporting variables are not camelCase, and would normally trigger warnings. This closes https://github.com/select2/select2/pull/3028.
2015-02-14 06:49:54 +03:00
tests/helpers.js
Reference in New Issue
Copy Permalink