Hyunje Alex Jun
337c0be9e2
Add int() helper instead of parseInt.
...
parseInt is a good option for string-int conversion,
but none for float-int conversion because of performance issue.
This is also to make the code clean.
2014-10-13 23:24:20 +01:00
Hyunje Alex Jun
2ccb8f18d5
Use strict mode for function scopes.
...
Global strict mode is problematic when the script is concatenated
with non-strict scripts.
2014-03-11 16:09:39 +09:00
Hyunje Alex Jun
be5e338869
Update jshintrc.
...
Added strict, laxcomma and camelcase options.
Removed the es5 option.
2013-08-31 02:24:43 +09:00
Hyunje Alex Jun
7bc05bbda1
Refactor jshint files.
...
We'll use grunt, and jshintignore is useless.
Remove comments in jshintrc to be parsed in grunt.
2013-06-15 20:49:22 +09:00
Hyunje Alex Jun
667c61d2c3
Add jshint files.
2013-05-18 12:39:26 +09:00