date.format
date.format copied to clipboard
Missing semicolon at the end of the source causes JS error if concatenated
Hi,
is there a good reason to ditch the semicolon at the end of the file? We use it in our project concatenated with other JS libraries. And if missing it breaks the whole concatenated output.
Also why is there no minified version anymore?