0
Fork 0
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:
Antonio Santos 2015-01-05 19:06:14 -04:00
parent 2152b9f658
commit e9a1b0e21f

View file

@ -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;