Code-TidyAll

 view release on metacpan or  search on metacpan

php/PHP_CodeSniffer/src/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.1.js  view on Meta::CPAN

phpcs:set Generic.WhiteSpace.ScopeIndent tabIndent false
var script = document.createElement('script');
script.onload = function()
{
        clearTimeout(t);
  script456.onload = null;
    script.onreadystatechange = null;
    callback.call(this);

};

this.callbacks[type] = {
    namespaces: {},
others: []
};

blah = function()
{
    print something;

    }

test(blah, function() {
    print something;
});

var test = [{x: 10}];
var test = [{
    x: 10,
        y: {
        b14h: 12,
            'b14h': 12
        },
        z: 23
}];

Viper.prototype = {

     _removeEvents: function(elem)
     {
        if (!elem) {
        elem = this.element;
        }

        ViperUtil.removeEvent(elem, '.' + this.getEventNamespace());

    }

};

this.init = function(data) {
    if (_pageListWdgt) {
        GUI.getWidget('changedPagesList').addItemClickedCallback(
            function(itemid, target) {
                draftChangeTypeClicked(
                    itemid,
                    target,
                    {
                    reviewData: _reviewData,
                    pageid: itemid
                    }
                );
            }
        );
    }//end if

};

a(
    function() {
        var _a = function() {
            b = false;



( run in 0.677 second using v1.01-cache-2.11-cpan-39bf76dae61 )