mirror of
https://github.com/fastmail/Squire.git
synced 2025-01-05 06:10:07 -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 */
|
/* global top, win, Squire, doc */
|
||||||
|
'use strict';
|
||||||
if ( top !== win ) {
|
if ( top !== win ) {
|
||||||
win.editor = new Squire( doc );
|
win.editor = new Squire( doc );
|
||||||
if ( win.onEditorLoad ) {
|
if ( win.onEditorLoad ) {
|
||||||
|
|
Loading…
Reference in a new issue