glass-platform
Version:
Glass platform
23 lines (18 loc) • 411 B
JavaScript
// Generated by CoffeeScript 1.6.2
(function() {
var Control, Element, draw, exports;
Element = require('./Element');
module.exports = exports = Control = Element.extend({
id: 'glass.ui.Control',
properties: {
draw: draw = function(c) {
return this.inner(draw, c);
},
position: null,
size: null
}
});
}).call(this);
/*
//@ sourceMappingURL=Control.map
*/