Open sv-matt-smith opened 7 years ago
If I concat or uglify nouislider.js or nouislider.min.js with other libraries (as I attempt to do in my project) I run into issues as 'use strict' is enabled globally.
Wrapping in an IIFE will help.
see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Strict_mode_for_scripts
If I concat or uglify nouislider.js or nouislider.min.js with other libraries (as I attempt to do in my project) I run into issues as 'use strict' is enabled globally.
Wrapping in an IIFE will help.
see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Strict_mode_for_scripts