bootstrap-datetimepicker icon indicating copy to clipboard operation
bootstrap-datetimepicker copied to clipboard

Added semicolon at the end of SIAF

Open piotr-cz opened this issue 8 years ago • 0 comments

We are concatenating library scripts into one file and without a ; at the end there is a conflict with another library:

    // boostrap-datetimepicker code
})(window.jQuery)

/**
 * Comment
 */(function(factory){
    // next library code
Uncaught TypeError: (intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(...) is not a function(anonymous function) @ script.js:99

See explanation at SO

piotr-cz avatar Jun 23 '16 13:06 piotr-cz