1
0
mirror of synced 2025-02-19 05:23:15 +03:00
select2/src/js/jquery.shim.js
Kevin Brown 898db2e74a 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-10-21 21:43:58 -04:00

4 lines
44 B
JavaScript

define(function () {
return jQuery;
});