Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use full ClassName.prototype.memberName
... when assigning members to prototypes. As of this writing, Google's Closure Compiler can only perform some advanced analysis and optimizations if this form is used instead of the runtime-equivalent prototype var.
- Loading branch information