mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
spelling: deserialized
This commit is contained in:
@@ -326,7 +326,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
*
|
||||
* * `type`: {function} type to which an attribute matching the property
|
||||
* is deserialized. Note the property is camel-cased from a dash-cased
|
||||
* attribute. For example, 'foo-bar' attribute is dersialized to a
|
||||
* attribute. For example, 'foo-bar' attribute is deserialized to a
|
||||
* property named 'fooBar'.
|
||||
*
|
||||
* * `readOnly`: {boolean} creates a readOnly property and
|
||||
@@ -705,7 +705,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
*
|
||||
* By default, attributes declared in `properties` metadata are
|
||||
* deserialized using their `type` information to properties of the
|
||||
* same name. "Dash-cased" attributes are deserialzed to "camelCase"
|
||||
* same name. "Dash-cased" attributes are deserialized to "camelCase"
|
||||
* properties.
|
||||
*
|
||||
* @param {string} name Name of attribute.
|
||||
|
||||
Reference in New Issue
Block a user