From 2152b9f65866e68ceba8c040d2a6f99622561e9b Mon Sep 17 00:00:00 2001 From: Antonio Santos Date: Mon, 5 Jan 2015 18:59:09 -0400 Subject: [PATCH] Silenced warnings in outro.js and added a 'use strict;' statment. --- source/outro.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/outro.js b/source/outro.js index a82dfb0..717ae14 100644 --- a/source/outro.js +++ b/source/outro.js @@ -1,4 +1,5 @@ /* global top, win, Squire, doc */ +'use strict'; if ( top !== win ) { win.editor = new Squire( doc ); if ( win.onEditorLoad ) {