mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
add missing 'use strict' to getTestDocument
This commit is contained in:
committed by
Paul O’Shannessy
parent
57bf7d21f3
commit
5dabba999b
@@ -16,6 +16,8 @@
|
||||
* @providesModule getTestDocument
|
||||
*/
|
||||
|
||||
"use strict";
|
||||
|
||||
function getTestDocument(markup) {
|
||||
var iframe = document.createElement('iframe');
|
||||
iframe.style.display = 'none';
|
||||
|
||||
Reference in New Issue
Block a user