Sha256: 3fc14b379e611b632d425547b40d2fa284bc38eade6e6f9f51baf948eef98b8b
Contents?: true
Size: 538 Bytes
Versions: 13
Compression:
Stored size: 538 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
13 entries across 13 versions & 1 rubygems