Sha256: c1f2bdf4c30b57f6dafadc5d10cc5ec2f38e92ba96ccd45a46c6de5620a3c0fa

Contents?: true

Size: 473 Bytes

Versions: 2

Compression:

Stored size: 473 Bytes

Contents

(function (exports) {

    var localeventbus;
    var data;

    exports.init = function (eventbus) {

        localeventbus = eventbus;

        if (typeof String.prototype.startsWith != 'function') {
            String.prototype.startsWith = function (str) {
                return this.indexOf(str) == 0;
            };
        }


        eventbus.on("ui.update", function (data) {


        });

    };



})(typeof exports == 'undefined' ? this['ui'] = {} : exports);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dial_a_device_node-0.0.154 app/assets/javascripts/dial_a_device_node/devices/legacy_vnc_UI.js
dial_a_device_node-0.0.153 app/assets/javascripts/dial_a_device_node/devices/legacy_vnc_UI.js