supported browsers reference: http://caniuse.com/#search=let
@ -3154,7 +3154,7 @@ $.fn.dropdown = function(parameters) {
escape: {
value: function(value) {
let
var
multipleValues = $.isArray(value),
stringValue = (typeof value === 'string'),
isUnparsable = (!stringValue && !multipleValues),
@ -189,7 +189,7 @@ $.fn.popup = function(parameters) {
}
},
hideGracefully: function(event) {
$target = $(event.target),
isInDOM = $.contains(document.documentElement, event.target),
inPopup = ($target.closest(selector.popup).length > 0)
@ -601,7 +601,7 @@ $.fn.progress = function(parameters) {
update: {
toNextValue: function() {
nextValue = module.nextValue
;
if(nextValue) {