Bug 1216269 - Fix tab-firefox.js typo in tab attach method. r=zer0

--HG--
extra : rebase_source : 0f9fb1f0ae25f716ea7c11b19d21b892ec90f3f2
This commit is contained in:
James Long 2015-10-21 07:42:00 -04:00
parent c95fa6115c
commit d63ebb97cd

View File

@ -215,7 +215,7 @@ const Tab = Class({
if (frame.frameElement != browser(this))
return;
listener.off("attach", listener);
frames.off("attach", listener);
attach(frame);
};
frames.on("attach", listener);