App-Nostray

 view release on metacpan or  search on metacpan

bin/nostray  view on Meta::CPAN


/*global exports: false */

// We build the application inside a function so that we produce only a single
// global variable. That function will be invoked immediately, and its return
// value is the JSHINT function itself.

var JSHINT = (function () {
    "use strict";

    var anonname,       // The guessed name for anonymous functions.

// These are operators that should not be used with the ! operator.

        bang = {
            '<'  : true,
            '<=' : true,
            '==' : true,
            '===': true,
            '!==': true,
            '!=' : true,



( run in 0.957 second using v1.01-cache-2.11-cpan-748bfb374f4 )