Fix condition for calling exports.unbindAll(). (Correction to #1449)

This commit is contained in:
Winston Chang
2017-06-08 16:54:22 -07:00
parent c0fbd9cb3c
commit fb99db011c
2 changed files with 2 additions and 2 deletions

View File

@@ -29,8 +29,6 @@ exports.renderContent = function(el, content, where="replace") {
exports.unbindAll(el);
}
exports.unbindAll(el);
var html;
var dependencies = [];
if (content === null) {