Sha256: ed93f690eaa3df80811cb08a77c7d146fb26e0a386f2bff2af0ff9f18656087c
Contents?: true
Size: 247 Bytes
Versions: 5
Compression:
Stored size: 247 Bytes
Contents
define(['jquery', 'ui/component'],function($, Component){ var Arena = Component.extend({ init: function(){ this.element = $('<div>'); }, adopt: function(component) { this.element.append(component.element); } }); return Arena; });
Version data entries
5 entries across 5 versions & 3 rubygems