Author: lindner
Date: Thu May 27 08:49:37 2010
New Revision: 948735
URL: http://svn.apache.org/viewvc?rev=948735&view=rev
Log:
SHINDIG-1048 | Patch from Henry Saputra | opensocial-templates container.js has
comments that, somehow, are getting interpreted
Modified:
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
Modified:
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
URL:
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js?rev=948735&r1=948734&r2=948735&view=diff
==============================================================================
---
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
(original)
+++
shindig/trunk/features/src/main/javascript/features/opensocial-templates/container.js
Thu May 27 08:49:37 2010
@@ -20,17 +20,17 @@
* @fileoverview Standard methods invoked by containers to use the template
API.
*
* Sample usage:
- * <script type="text/os-template" tag="os:Button">
- * <button onclick="alert('Clicked'); return false;">
- * <os:renderAll/>
- * </button>
- * </script]
+ * <script type="text/os-template" tag="os:Button">
+ * <button onclick="alert('Clicked'); return false;">
+ * <os:renderAll/>
+ * </button>
+ * </script>
*
- * <script type="text/os-template"]
- * <os:Button>
- * <div>Click me</div>
- * </os:Button>
- * </script]
+ * <script type="text/os-template">
+ * <os:Button>
+ * <div>Click me</div>
+ * </os:Button>
+ * </script>
*
* os.Container.registerDocumentTemplates();
* os.Container.renderInlineTemplates();