redline
Version:
Customizable html gauge
23 lines (16 loc) • 662 B
JavaScript
// 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