浏览代码

Update select2.js

missing parenthesis at line :1448 & :1845
Cristhian Valencia B. 12 年之前
父节点
当前提交
81cfaa587a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      select2.js

+ 2 - 2
select2.js

@@ -1445,7 +1445,7 @@ the specific language governing permissions and limitations under the Apache Lic
                 "   </div>" ,
                 "   <ul class='select2-results'>" ,
                 "   </ul>" ,
-                "</div>"].join(""));
+                "</div>"].join("")));
             return container;
         },
 
@@ -1842,7 +1842,7 @@ the specific language governing permissions and limitations under the Apache Lic
                 "<div class='select2-drop select2-drop-multi' style='display:none;'>" ,
                 "   <ul class='select2-results'>" ,
                 "   </ul>" ,
-                "</div>"].join(""));
+                "</div>"].join("")));
 			return container;
         },