Laying ground work for formula support. Adding Anant's content

This commit is contained in:
Piotr Mitros
2011-12-15 07:51:07 -05:00
parent c524e36606
commit a8037f03e5
11 changed files with 123 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ class LoncapaModule(XModule):
html = '<div id="main_{id}">'.format(id=self.item_id)+html+"</div>"
return html
def get_js(self):
def get_init_js(self):
return ""
def __init__(self, xml, item_id, ajax_url=None, track_url=None, state=None):