Skip to content

Commit

Permalink
fix leftover merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
akre54 committed Mar 14, 2014
1 parent f67c7a1 commit 3f79ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@
if (this.className) attrs['class'] = _.result(this, 'className');
this.setElement(document.createElement(_.result(this, 'tagName')), attrs);
} else {
this.setElement(_.result(this, 'el'), null, false);
this.setElement(_.result(this, 'el'));
}
}

Expand Down

0 comments on commit 3f79ea8

Please sign in to comment.