Add 'use strict' to playpen.js

This commit is contained in:
Nick Howell 2015-09-24 22:35:04 -04:00
parent c8f5f6f70f
commit 115ec662b5

View File

@ -12,6 +12,8 @@
/*globals $: true, rootPath: true */
document.addEventListener('DOMContentLoaded', function() {
'use strict';
if (!window.playgroundUrl) {
return;
}