Uglyfy warnings
svn path=/Website/branches/v2019.1/; revision=42000
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -969,9 +969,6 @@ function _time2int(timeString, settings)
|
||||
}
|
||||
return timeInt
|
||||
}
|
||||
function _pad2(n) {
|
||||
return ("0" + n).slice(-2);
|
||||
}
|
||||
// Plugin entry
|
||||
$.fn.timepicker = function(method)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user