mobiscroll.core-2.5.2-zh.js 152 B

123456
  1. (function ($) {
  2. $.mobiscroll.i18n.zh = $.extend($.mobiscroll.i18n.zh, {
  3. setText: '确定',
  4. cancelText: '取消'
  5. });
  6. })(jQuery);