0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-31 11:54:03 -05:00

Silenced warnings in outro.js and added a 'use strict;' statment.

This commit is contained in:
Antonio Santos 2015-01-05 18:59:09 -04:00
parent 47991fe3cc
commit 2152b9f658

View file

@ -1,4 +1,5 @@
/* global top, win, Squire, doc */
'use strict';
if ( top !== win ) {
win.editor = new Squire( doc );
if ( win.onEditorLoad ) {