Cleanup javascript for use with closure-compiler
------------------------------------------------
Key: SHINDIG-1264
URL: https://issues.apache.org/jira/browse/SHINDIG-1264
Project: Shindig
Issue Type: Bug
Components: Javascript
Affects Versions: 1.1-BETA5
Reporter: Paul Lindner
The closure compiler is very picky about jsdoc comments. It found a number of
issues.
codereview here:
http://codereview.appspot.com/186110
Changes needed include lowercasing built-in types ({String Boolean, etc} to
string, boolean
Remove Map.<> syntax and use Object.<> syntax
remove entities (< etc...)
give functions proper arguments.
etc
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.