Skip to content

Commit a7738c4

Browse files
committed
fix jshint: Line is too long
1 parent a797833 commit a7738c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/i18n/km.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ define(function () {
2222
return 'កំពុងទាញយកទិន្នន័យបន្ថែម...';
2323
},
2424
maximumSelected: function (args) {
25-
var message = 'អ្នកអាចជ្រើសរើសបានត្រឹមតែ ' + args.maximum + ' ជម្រើសតែប៉ុណ្ណោះ';
25+
var message = 'អ្នកអាចជ្រើសរើសបានតែ ' + args.maximum + ' ជម្រើសប៉ុណ្ណោះ';
2626

2727
return message;
2828
},

0 commit comments

Comments
 (0)