1
0
mirror of synced 2025-02-09 16:49:24 +03:00

minor formatting cleanup

This commit is contained in:
Igor Vaynberg 2012-04-10 09:46:20 -07:00
parent 607d3a3a6e
commit 6183a490a3

View File

@ -856,7 +856,6 @@
return opts;
};
SingleSelect2.prototype.setPlaceholder = function () {
var placeholder = this.getPlaceholder();
@ -1320,7 +1319,7 @@
return (value === undefined) ? this : value;
};
// exports
// exports
window.Select2 = {
query: {
ajax: ajax,
@ -1335,7 +1334,4 @@
}
};
}
(jQuery)
)
;
}(jQuery));