CC-Archived / promise-as3

Promises/A+ compliant implementation in ActionScript 3.0
168 stars 55 forks source link

Rename wait() to delay(). #3

Closed johnyanarella closed 11 years ago

johnyanarella commented 12 years ago

Since wait() has special meaning for Promises (i.e. block until result), rename this method to delay().

johnyanarella commented 11 years ago

This issue refers to the now-abandoned jQuery 1.4-style implementation.

promise-as3 has been rewritten to implement the Promises/A+ specification.