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:
-
obj
ObjectThe object to modify
-
keyName
Stringproperty name to modify
-
desc
Objectdescriptor hash
Returns:
Void:
Properties
hasPropertyAccessors
Unknown
final
Set to true if the platform supports native getters and setters.