Avoid warnings about not listening for deferred loadingFinished

This commit is contained in:
Nathan Gray 2014-04-08 21:22:07 +00:00
parent a06e408bbd
commit 5720af761a

View File

@ -1959,7 +1959,9 @@ var et2_nextmatch_header_bar = et2_DOMWidget.extend(et2_INextmatchHeader,
//header.loadingFinished(); //header.loadingFinished();
this._bindHeaderInput(header); this._bindHeaderInput(header);
},this)); },this));
header.loadingFinished(); // Don't care about deferred promises, using load event instead
// to only catch not available templates
header.loadingFinished([]);
}, },
/** /**