UNPKG

ares-ide

Version:

A browser-based code editor and UI designer for Enyo 2 projects

18 lines 332 B
enyo.kind({ name: "Ares.Logo", classes: "ares-logo", tag:"img", src:"", alt:"logo", create:function(){ this.inherited(arguments); this.setSource("../ares/assets/images/enyo-logo.png"); }, setSource: function(src){ this.setAttribute("src", src); }, hideLogo: function(){ this.setSource(null); this.hide(); } });