ares-ide
Version:
A browser-based code editor and UI designer for Enyo 2 projects
13 lines (11 loc) • 366 B
JavaScript
/**
_onyx.Drawer_ is now an empty kind derived from [enyo.Drawer](#enyo.Drawer).
All of its functionality has been moved into the latter kind, found in Enyo
Core's _ui_ module.
For more information, see the documentation on
[Drawers](building-apps/layout/drawers.html) in the Enyo Developer Guide.
*/
enyo.kind({
name: "onyx.Drawer",
kind: "enyo.Drawer"
});