Removed whitespace

This commit is contained in:
Patrick Steele-Idem 2014-11-19 09:11:50 -07:00
parent f57847e271
commit 542fe1f4a3

View File

@ -49,7 +49,7 @@ function _destroy(widget, removeNode, recursive) {
var message = { widget: widget };
var rootEl = widget.getEl();
var assignedId = widget._assignedId;
widget.emit('beforeDestroy', message);
widget.__destroyed = true;
@ -63,7 +63,7 @@ function _destroy(widget, removeNode, recursive) {
rootEl.parentNode.removeChild(rootEl);
}
}
if (assignedId) {
var scopeWidget = raptorWidgets.get(widget._scope);
if (scopeWidget) {