Skip to content

Commit c12a9d5

Browse files
committed
Merge pull request select2#735 from vlycser/patch-1
Update select2.js
2 parents ee17e4e + 81cfaa5 commit c12a9d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

select2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ the specific language governing permissions and limitations under the Apache Lic
14451445
" </div>" ,
14461446
" <ul class='select2-results'>" ,
14471447
" </ul>" ,
1448-
"</div>"].join(""));
1448+
"</div>"].join("")));
14491449
return container;
14501450
},
14511451

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

0 commit comments

Comments
 (0)