Skip to content

Commit db39cdf

Browse files
committed
remove dead code. fixes select2#772
1 parent ee01ab7 commit db39cdf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

select2.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,8 +2461,6 @@ the specific language governing permissions and limitations under the Apache Lic
24612461
return String(markup).replace(/[&<>"'/\\]/g, function (match) {
24622462
return replace_map[match[0]];
24632463
});
2464-
2465-
return markup;
24662464
},
24672465
blurOnChange: false,
24682466
selectOnBlur: false

0 commit comments

Comments
 (0)