Uglyfy warnings

svn path=/Website/branches/v2019.1/; revision=42000
This commit is contained in:
Jos Groot Lipman
2019-04-08 12:51:06 +00:00
parent 89778671a8
commit 1fa986b378
2 changed files with 2 additions and 6 deletions

View File

@@ -14,8 +14,7 @@
if ( jQuery.support.iecors ) {
jQuery.ajaxTransport(function( s ) {
var callback,
xdr = s.xdr();
var xdr = s.xdr();
return {
send: function( headers, complete ) {
@@ -23,7 +22,7 @@
var headers = { 'Content-Type': xdr.contentType };
complete(200, 'OK', { text: xdr.responseText }, headers);
};
// Apply custom fields if provided
if ( s.xhrFields ) {
xhr.onerror = s.xhrFields.error;

View File

@@ -969,9 +969,6 @@ function _time2int(timeString, settings)
}
return timeInt
}
function _pad2(n) {
return ("0" + n).slice(-2);
}
// Plugin entry
$.fn.timepicker = function(method)
{