UNPKG

@jibestream-dev/jmap-device-kit

Version:

Kit for the Jibestream SDK to utilize Devices plotted in the CMS

32 lines (28 loc) 863 B
(function (w) { /** * quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse * @class * @name namespace.Car */ w.namespace.Car = function () { }; w.namespace.Car.prototype = /** @lends namespace.Car.prototype */{ /** * Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod */ testMethod: function () { }, testMethodUnNotated: function () { }, testEvent: function () { /** * tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, * @name namespace.Car#testEvent * @event * @param {Event} e */ test.trigger(); } }; })(window);