Sha256: d73c4fcd885c1be100eb612504480529a3f8acc4cf81fb3bb0ad6721d4510a45
Contents?: true
Size: 755 Bytes
Versions: 26
Compression:
Stored size: 755 Bytes
Contents
'use strict' define 'aura/extensions/platform', -> # TODO require shims, and other fixes here, and make it part of ende # inestead of an extension name: 'platform' version: '0.1.0' initialize: (application) -> descriptors = platform: get: -> true # Force core to be a dom element, so we can use getters and setters application.core = Object.create application.core, descriptors application.sandbox = Object.create application.sandbox, descriptors # TODO copy other properties to the main application # TODO detect aura version and warn for updates application.components = {} application.components.config = application.config application.components.addSource = application.registerWidgetsSource
Version data entries
26 entries across 26 versions & 1 rubygems