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:
parent
47991fe3cc
commit
2152b9f658
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
/* global top, win, Squire, doc */
|
||||
'use strict';
|
||||
if ( top !== win ) {
|
||||
win.editor = new Squire( doc );
|
||||
if ( win.onEditorLoad ) {
|
||||
|
|
Loading…
Reference in a new issue