kof / ipanel

Mobile slide panels.
http://kof.github.io/ipanel/demo/
MIT License
2 stars 0 forks source link

Missing semi-colon? #1

Open clairefritz opened 10 years ago

clairefritz commented 10 years ago

Hello!

It seems that the lack of a semi-colon at the very bottom of "dist/jquery.ipanel.js" has been causing javascript breakdowns when building an app including iPanel with phonegap. Could you possibly make a hotfix for this? :)

Thanks,

Claire

kof commented 10 years ago

fixed it manually for now, but the right place to fix it is

  1. browserify https://github.com/substack/node-browserify/pull/730
  2. during concatenation process within your build, which is actually causing the issue by wrongly concatenating scripts.