|
@ -13,6 +13,22 @@ |
|
|
|
|
|
|
|
|
"use strict"; |
|
|
"use strict"; |
|
|
|
|
|
|
|
|
|
|
|
var |
|
|
|
|
|
global = (typeof window != 'undefined' && window.Math == Math) |
|
|
|
|
|
? window |
|
|
|
|
|
: (typeof self != 'undefined' && self.Math == Math) |
|
|
|
|
|
? self |
|
|
|
|
|
: Function('return this')() |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
var |
|
|
|
|
|
global = (typeof window != 'undefined' && window.Math == Math) |
|
|
|
|
|
? window |
|
|
|
|
|
: (typeof self != 'undefined' && self.Math == Math) |
|
|
|
|
|
? self |
|
|
|
|
|
: Function('return this')() |
|
|
|
|
|
; |
|
|
|
|
|
|
|
|
$.fn.progress = function(parameters) { |
|
|
$.fn.progress = function(parameters) { |
|
|
var |
|
|
var |
|
|
$allModules = $(this), |
|
|
$allModules = $(this), |
|
@ -884,4 +900,4 @@ $.fn.progress.settings = { |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
})( jQuery, window, document ); |
|
|
|
|
|
|
|
|
})( jQuery, global, document ); |