Merge pull request #66 from kassens/test-helper

Fix getIframe test helper
This commit is contained in:
Christopher Chedeau
2015-03-31 20:42:40 -07:00

View File

@@ -91,7 +91,7 @@ var layoutTestUtils = (function() {
_cachedIframe = iframe;
return iframe;
} else {
setTimeout(getIframe, 0);
setTimeout(getIframe.bind(null, iframe), 0);
}
}