r9614 - helma-ng/trunk/apps/googlestore
[email protected] Sun, 12 Apr 2009 23:13:36 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090412211336.762CB3D0D6@mia> |
Author: hannes
Date: 2009-04-12 23:13:36 +0200 (Sun, 12 Apr 2009)
New Revision: 9614
Modified:
helma-ng/trunk/apps/googlestore/model.js
Log:
Don't mix different export styles in one file.
Details at http://dev.helma.org/trac/helma/changeset/9614
Modified: helma-ng/trunk/apps/googlestore/model.js
===================================================================
--- helma-ng/trunk/apps/googlestore/model.js 2009-04-12 20:24:44 UTC (rev 9613)
+++ helma-ng/trunk/apps/googlestore/model.js 2009-04-12 21:13:36 UTC (rev 9614)
@@ -18,5 +18,5 @@
* Author class
* @param properties object containing persistent properties
*/
-exports.Author = Storable('Author');
+var Author = Storable('Author');