Add 'use strict' to playpen.js
This commit is contained in:
parent
c8f5f6f70f
commit
115ec662b5
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
/*globals $: true, rootPath: true */
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
'use strict';
|
||||
|
||||
if (!window.playgroundUrl) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue