.promise( [type ] [, target ] )Returns: Promise
Description: Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
-
version added: 1.6.promise( [type ] [, target ] )
- type (default:
fx
)Type: StringThe type of queue that needs to be observed.
-