Recent Changes - Search:

edit SideBar

Contracts

if (exports.initialize) {

   var original = exports.initialize;
   exports.initialize = function() {
       original();
       var self = this;
       setTimeout(function() {
           console.log("RampJSDisplay.js: Stopping.");
           self.stop();
       }, 2500);
   };

} else {

    exports.initialize = function () {
        var self = this;
        setTimeout(function() {
            console.log("RampJSDisplay.js: Stopping.");
            self.stop();
        }, 2500);
    };

}

See Also

Edit - History - Print - Recent Changes - Search
Page last modified on April 14, 2017, at 01:03 AM