Ember Deprecations for Topics

This commit is contained in:
Robin Ward
2015-04-30 12:25:38 -04:00
parent 690b579a96
commit aee12fd6ef
33 changed files with 170 additions and 192 deletions
@@ -20,10 +20,11 @@ export default Ember.Mixin.create({
_rerenderString() {
const $sel = this.$();
if ($sel) { return; }
if (!$sel) { return; }
const buffer = [];
this.renderString(buffer);
$sel.html(buffer.join(''));
},