1
0
mirror of synced 2024-11-22 13:06:08 +03:00

fix jshint: Line is too long

This commit is contained in:
Someth Victory 2016-03-10 16:45:27 +07:00
parent a797833e10
commit a7738c4517

View File

@ -22,7 +22,7 @@ define(function () {
return 'កំពុងទាញយកទិន្នន័យបន្ថែម...';
},
maximumSelected: function (args) {
var message = 'អ្នកអាចជ្រើសរើសបានត្រឹមតែ ' + args.maximum + ' ជម្រើសតែប៉ុណ្ណោះ';
var message = 'អ្នកអាចជ្រើសរើសបានតែ ' + args.maximum + ' ជម្រើសប៉ុណ្ណោះ';
return message;
},