Class orion.objects
Object-oriented helpers.
Defined in: </shared/eclipse/e4/orion/I201306251555/plugins/org.eclipse.orion.client.core/web/orion/objects.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
orion.objects.mixin(target, source)
Mixes all
source 's own enumerable properties into target . |
Method Detail
<static>
orion.objects.mixin(target, source)
Mixes all
source
's own enumerable properties into target
. Multiple source objects
can be passed as varags.