Skip to content

Commit 115ec66

Browse files
committed
Add 'use strict' to playpen.js
1 parent c8f5f6f commit 115ec66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/html/static/playpen.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
/*globals $: true, rootPath: true */
1313

1414
document.addEventListener('DOMContentLoaded', function() {
15+
'use strict';
16+
1517
if (!window.playgroundUrl) {
1618
return;
1719
}

0 commit comments

Comments
 (0)