Object

Method Summary

Method Description
extend Copies all properties from the source to the destination object
keys Retrieves names of an object's properties
values Retrieves values of object's properties
addPropertiesWithDefaults Allows to specify what properties need to be added if not there yet. When added, the property is initialized with either value from optional source or default value. If default value is observable then added property will be the very same observable with either source or default value
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Jan 19, 2011

    Alexander Petrov says:

    I feel it's a bad idea to extend built-in objects We could rather get jquery.cor...

    I feel it's a bad idea to extend built-in objects
    We could rather get jquery.core from https://github.com/jquery/jquery/blob/master/src/core.js