UNPKG

@jibestream-dev/jmap-device-kit

Version:

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

32 lines (29 loc) 933 B
/** * Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam * @class * @extends Parent */ var Child = function () { }; Child.prototype = /** @lends Child.prototype */{ /** * cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidata * @property {Boolean} */ testPropertyInChild: '', /** * cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non */ testMethodInChild: function (paramUnNotation) { return {}; }, /** * proident, sunt in culpa qui officia deserunt mollit anim id est laborum. * @return {Object} result * @return {String} [result.property] * @return {Number} result.property2=123 cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non */ returnObject: function () { } };