Преглед изворни кода

Merge pull request #22 from drosen0/patch-1

Define `undefined`
Igor Vaynberg пре 13 година
родитељ
комит
e78daff629
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      select2.js

+ 1 - 1
select2.js

@@ -16,7 +16,7 @@
  specific language governing permissions and limitations
  under the License.
  */
-(function ($) {
+(function ($, undefined) {
     "use strict";
     /*global document, window, jQuery, console */