Skip to content

Commit afdb0da

Browse files
committed
Syntax error with IE embedded as ActiveX in fat client
Syntax error with IE embedded as ActiveX in fat client
1 parent 6df22fc commit afdb0da

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
@@ -450,7 +450,7 @@ the specific language governing permissions and limitations under the Apache Lic
450450
hasError: true,
451451
jqXHR: jqXHR,
452452
textStatus: textStatus,
453-
errorThrown: errorThrown,
453+
errorThrown: errorThrown
454454
};
455455

456456
query.callback(results);
@@ -3473,7 +3473,7 @@ the specific language governing permissions and limitations under the Apache Lic
34733473
formatInputTooLong: function (input, max) { var n = input.length - max; return "Please delete " + n + " character" + (n == 1 ? "" : "s"); },
34743474
formatSelectionTooBig: function (limit) { return "You can only select " + limit + " item" + (limit == 1 ? "" : "s"); },
34753475
formatLoadMore: function (pageNumber) { return "Loading more results…"; },
3476-
formatSearching: function () { return "Searching…"; },
3476+
formatSearching: function () { return "Searching…"; }
34773477
};
34783478

34793479
$.extend($.fn.select2.defaults, $.fn.select2.locales['en']);

0 commit comments

Comments
 (0)