Sha256: 12f8950e680d23b0a3b7999b9e90644deefe851d05c13d702fdb56f113d49361
Contents?: true
Size: 665 Bytes
Versions: 31
Compression:
Stored size: 665 Bytes
Contents
'use strict' # TODO finish this extension # TODO initialize dependent extensions define 'aura/extensions/widget/presentable', ['advisable'] -> presentable = constructor: (options) -> presentable.super.constructor.call @, options @after 'initialized', => @presenter?.sandbox = @sandbox (application) -> version: '0.2.0' initialize: (application) -> {core} = application # Add support for element removal after stoping widget # TODO replace Base.extend inheritance to stampit composition core.Widgets.Base = core.Widgets.Base.extend presentable recyclable.super = core.Widgets.Base.__super__
Version data entries
31 entries across 31 versions & 1 rubygems