Opened 14 years ago
Closed 14 years ago
#2545 closed defect (fixed)
[dojo.data] fix callback names in Read API
Reported by: | skinner | Owned by: | skinner |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Data | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
At our IRC meeting on 2007-02-27 we resolved to change the names of the keyword arguments used for specifying callbacks in the dojo.data find/fetch methods. We need to update the doc-comments in the dojo.data.core.Read.js file accordingly. We also need to go through all the existing datastores and unit tests and change the names there.
old name new name ------------ ----------- onbegin onBegin onnext onItem oncompleted onCompleted onerror onError
Note: See
TracTickets for help on using
tickets.
See #2704