Sha256: 378d2a717b74b8438f420c933de45975529de840a7003d72511cad6f93393a3c
Contents?: true
Size: 435 Bytes
Versions: 12
Compression:
Stored size: 435 Bytes
Contents
'use strict'; define 'aura/extensions/platform', -> 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
12 entries across 12 versions & 1 rubygems