frekw / kirby-modules

A simple module system for http://getkirby.com
MIT License
23 stars 3 forks source link

Added missing semicolons to make the code work with a simple minifier #16

Closed TN1ck closed 2 years ago

TN1ck commented 8 years ago

We are using the minifyhtml plugin, which removes all the whitespace from javascript files as a really simple method of minifying it, which means that it'll break the Javascript if there are any missing semicolons. It's a rather popular plugin and to make it directly work with the kirby-modules plugin, I simply added the missing semicolons.