Packages

Exq UI is the UI component for Exq, a job processing library. Exq UI provides the UI dashboard to display stats on job processing.

Current section

Files

Jump to
lc_exq_ui priv ember bower_components jquery src var rnothtmlwhite.js
Raw

priv/ember/bower_components/jquery/src/var/rnothtmlwhite.js

define( function() {
"use strict";
// Only count HTML whitespace
// Other whitespace should count in values
// https://infra.spec.whatwg.org/#ascii-whitespace
return ( /[^\x20\t\r\n\f]+/g );
} );