Sha256: cc43d96308b9b20c740e107d14e35f801c2c720016678d852cd7737afca11038
Contents?: true
Size: 536 Bytes
Versions: 3
Compression:
Stored size: 536 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
Version data entries
3 entries across 3 versions & 1 rubygems