Standardize how JS XModules are instantiated

This commit is contained in:
Calen Pennington
2012-07-20 11:54:58 -04:00
parent 50f27bcfb7
commit 408726e678
13 changed files with 91 additions and 53 deletions

View File

@@ -0,0 +1,3 @@
<section class="xmodule_display" data-type="${module_name}">
${content}
</section>

View File

@@ -0,0 +1,3 @@
<section class="xmodule_edit" data-type="${module_name}">
${content}
</section>