UNPKG

ares-ide

Version:

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

17 lines (16 loc) 249 B
// Copyright $YEAR, $ORGANIZATION // All rights reserved. enyo.kind({ name: "$NAME", kind: "Control", published: { }, events: { }, components: [ ], create: function() { this.inherited(arguments); // initialization code goes here } });