UNPKG

ares-ide

Version:

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

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