uberVU / mozaic

JS Framework for building SPA
http://ubervu.github.com/mozaic/
26 stars 17 forks source link

Add Utils.wait method #70

Closed valentinzberea closed 11 years ago

valentinzberea commented 11 years ago

Utils.wait will wrap setTimeout and expose it as a promise

valentinzberea commented 11 years ago

An example here: http://jsfiddle.net/uXTxC/

@arcade do you think I used correctly $.Deferred in there?

arcade commented 11 years ago

Yes you used $.Deffered correctly.