return from capa problem

This commit is contained in:
Arthur Barrett
2013-02-21 22:54:50 -05:00
parent 0e2c46a718
commit 3970ea33e1
4 changed files with 48 additions and 33 deletions

View File

@@ -69,8 +69,6 @@ class AnnotatableModule(XModule):
html_key = attrs_map[xml_key]
data_attrs[html_key] = { 'value': value, '_delete': xml_key }
data_attrs['data-span-id'] = { 'value': str(index) }
return data_attrs
def _render_content(self):