Bug 873912 - JS warning "anonymous function does not always return a value" resource:///modules/devtools/framework/target.js:218; r=jwalker

This commit is contained in:
Panos Astithas 2013-05-20 11:50:27 +03:00
parent 67409bc79f
commit 7cbab5978d

View File

@ -221,6 +221,7 @@ TabTarget.prototype = {
if (this._tab && this._tab.linkedBrowser) {
return this._tab.linkedBrowser.contentWindow;
}
return null;
},
get name() {