UNPKG

redline

Version:
23 lines (16 loc) 662 B
// Common.js-friendly stuff from jQuery (function( global, factory ) { if ( typeof module === "object" && typeof module.exports === "object" ) { module.exports = global.document ? factory( global, true ) : function( w ) { if ( !w.document ) { throw new Error( "Redline.js requires a window with a document" ); } return factory( w ); }; } else { factory( global ); } }(typeof window !== "undefined" ? window : this, function( window, noGlobal ) { //= ../../node_modules/jquery-bridget/jquery.bridget.js