Add 'use strict' to playpen.js
This commit is contained in:
parent
c8f5f6f70f
commit
115ec662b5
@ -12,6 +12,8 @@
|
||||
/*globals $: true, rootPath: true */
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
'use strict';
|
||||
|
||||
if (!window.playgroundUrl) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user