add missing 'use strict' to getTestDocument

This commit is contained in:
Cheng Lou
2014-02-03 11:49:17 -08:00
committed by Paul O’Shannessy
parent 57bf7d21f3
commit 5dabba999b
+2
View File
@@ -16,6 +16,8 @@
* @providesModule getTestDocument
*/
"use strict";
function getTestDocument(markup) {
var iframe = document.createElement('iframe');
iframe.style.display = 'none';