sularome / Zoomple

Zoomple – simple jQuery plugin for image magnifying

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Combine and compress with other JS files will fail with Uncaught TypeError

thomich opened this issue · comments

Normally i combine and compress some js files into one js file, to increase js load time..

In that way, i get following error, if zoomple.js and other js files are combined into one js file:

Uncaught TypeError: (intermediate value)(...) is not a function

Adding a ; before (function($){ will solve this.. zomple.js still can be loaded as standalone js, as usual...