Author: rgardler
Date: Fri Aug 10 14:16:23 2012
New Revision: 1371710
URL: http://svn.apache.org/viewvc?rev=1371710&view=rev
Log:
fix a token replacement error
Modified:
incubator/wookie/trunk/widgets/templates/base/scripts/controller.js
Modified: incubator/wookie/trunk/widgets/templates/base/scripts/controller.js
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/base/scripts/controller.js?rev=1371710&r1=1371709&r2=1371710&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/base/scripts/controller.js
(original)
+++ incubator/wookie/trunk/widgets/templates/base/scripts/controller.js Fri Aug
10 14:16:23 2012
@@ -18,7 +18,7 @@
%>
/**
- * The @widget.shortname@_controller object
+ * The ${widget.shortname}_controller object
* This is used to wire up the view and model with actions
*/
var ${widget.shortname}_controller = {