cfjedimaster / ColdFusion-UI-the-Right-Way

A list of articles demonstrating how to do UI with ColdFusion on the back end.
101 stars 31 forks source link

Promises #49

Closed PhillipSenn closed 10 years ago

PhillipSenn commented 10 years ago

Your jquery.js example uses a success callback, but I think the new hotness is to use a promise with a done and a fail.

cfjedimaster commented 10 years ago

I don't think this is a big deal, but if you do a pull release with the fix I'd take it. ;)

adamcameron commented 10 years ago

Closing this too, as it's all getting a bit tedious now. This site is not about "new hotness" but about "not using CFUI elements".