Ember.platform Class
Platform specific methods and feature detectors needed by the framework.
Methods
defineProperty
(
Void
-
obj -
keyName -
desc
Identical to Object.defineProperty(). Implements as much functionality
as possible if not available natively.
Parameters:
-
objObjectThe object to modify
-
keyNameStringproperty name to modify
-
descObjectdescriptor hash
Returns:
Void:
Properties
hasPropertyAccessors
Unknown
final
Set to true if the platform supports native getters and setters.
