From 6183a490a3ee2848376830a49af27caec7c2e214 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 10 Apr 2012 09:46:20 -0700 Subject: [PATCH] minor formatting cleanup --- select2.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/select2.js b/select2.js index 259fce58..33cccf47 100755 --- a/select2.js +++ b/select2.js @@ -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));