Changeset 12620

Show
Ignore:
Timestamp:
02/22/08 10:29:45 (11 months ago)
Author:
pottedmeat
Message:

Fixes #2172. Edited summary lines that started with a parameter name.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/data/api/Read.js

    r11363 r12620  
    1616                //              Returns defaultValue if and only if *item* does not have a value for *attribute*. 
    1717                //              Returns null if and only if null was explicitly set as the attribute value. 
    18                 //              Returns undefined if and only if the item does not have a value for the given  
    19                 //              attribute (which is the same as saying the item does not have the attribute).  
     18                //              Returns undefined if and only if the item does not have a value for the 
     19                //              given attribute (which is the same as saying the item does not have the attribute).  
    2020                // description: 
    2121                //              Saying that an "item x does not have a value for an attribute y" 
     
    4747                //              This getValues() method works just like the getValue() method, but getValues() 
    4848                //              always returns an array rather than a single attribute value.  The array 
    49                 //              may be empty, may contain a single attribute value, or may contain many 
    50                 //              attribute values. 
     49                //              may be empty, may contain a single attribute value, or may contain 
     50                //              many attribute values. 
    5151                //              If the item does not have a value for the given attribute, then getValues() 
    5252                //              will return an empty array: [].  (So, if store.hasAttribute(item, attribute) 
    53                 //              returns false, then store.getValues(item, attribute) will return [].) 
     53                //              has a return of false, then store.getValues(item, attribute) will return [].) 
    5454                // 
    5555                //      item: