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-26 23:06:02 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
53c9d53166
select2
/
src
/
js
/
jquery.shim.js
4 lines
44 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Work on the AMD scaffolding This will make it far easier to ensure that components are in their own modules as well as make it possible to have custom builds of Select2.
2014-08-27 02:01:42 +04:00
define
(
function
(
)
{
return
jQuery
;
Linted select2/utils For the most part this was semicolon fixes, but there was a function, `calledMethod`, which did need to be moved out of the loop.
2014-09-21 23:44:30 +04:00
}
)
;
Reference in New Issue
Copy Permalink