Skip to content
This repository has been archived by the owner on Dec 15, 2017. It is now read-only.

Added semicolon at the end of SIAF #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

piotr-cz
Copy link

@piotr-cz piotr-cz commented Jun 23, 2016

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant