瀏覽代碼

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 */