Skip to content

Commit 5dabba9

Browse files
Cheng Louzpao
authored andcommitted
add missing 'use strict' to getTestDocument
1 parent 57bf7d2 commit 5dabba9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/test/getTestDocument.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* @providesModule getTestDocument
1717
*/
1818

19+
"use strict";
20+
1921
function getTestDocument(markup) {
2022
var iframe = document.createElement('iframe');
2123
iframe.style.display = 'none';

0 commit comments

Comments
 (0)