Skip to content

Commit

Permalink
Add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Jul 7, 2015
1 parent f1372c5 commit 89a60bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/renderers/new-dom-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ NewDOMRenderer.prototype.render = function NewDOMRenderer_render(data, elementMa
var sections = data.sections;
var i, l, section, node;
for (i=0, l=sections.length;i<l;i++) {
// FIXME: We should not create a section element
node = this.document.createElement('section');
section = sections[i];
elementMap.set(node, section);
Expand Down

0 comments on commit 89a60bc

Please sign in to comment.