mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 15:23:29 -05:00
Sileced warnings in squire-raw.js
This commit is contained in:
parent
2152b9f658
commit
e9a1b0e21f
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
/* Copyright © 2011-2013 by Neil Jenkins. MIT Licensed. */
|
||||
|
||||
/*jshint strict:false, undef:false, unused:false */
|
||||
/* global navigator, MutationObserver, top, setTimeout, document */
|
||||
(function ( doc, undefined ) {
|
||||
|
||||
"use strict";
|
||||
/*jshint strict:false, undef:false, unused:false */
|
||||
|
||||
var DOCUMENT_POSITION_PRECEDING = 2; // Node.DOCUMENT_POSITION_PRECEDING
|
||||
var ELEMENT_NODE = 1; // Node.ELEMENT_NODE;
|
||||
|
|
Loading…
Reference in a new issue