1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Update select2.js

missing parenthesis at line :1448 & :1845
This commit is contained in:
Cristhian Valencia B. 2013-01-23 11:14:12 -05:00
parent ee17e4ec27
commit 81cfaa587a

View File

@ -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;
},