katetem / cakejs

Automatically exported from code.google.com/p/cakejs
0 stars 0 forks source link

Use standard JS syntax #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Cake.js uses non-standard Javascript syntax. Most obviously, there are no 
semicolons at the end of 
statements. This causes problems when cake.js is minified or merged together 
with other script 
files.

I recommend running the code through JSLint (http://www.jslint.com/) and fixing 
the problems that 
come up.

Thanks!

Original issue reported on code.google.com by stef...@gmail.com on 8 Mar 2010 at 8:50