Bring back _class names, since code minification breaks reliance on constructor.name.

Closes .
This commit is contained in:
Jürg Lehni 2013-06-23 20:18:32 -07:00
parent dff39dff78
commit a4535edbb9
39 changed files with 65 additions and 28 deletions
src/project

View file

@ -31,6 +31,7 @@
* {@link PaperScope#projects} variable.
*/
var Project = PaperScopeItem.extend(/** @lends Project# */{
_class: 'Project',
_list: 'projects',
_reference: 'project',