cfjedimaster / ColdFusion-UI-the-Right-Way

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

jquery.js in the ajaxproxy example #48

Closed PhillipSenn closed 10 years ago

PhillipSenn commented 10 years ago

I think the code that you wrote should not be in a file named jquery.js. I think that might confuse the reader into thinking that it was the jquery library and not your custom code.

cfjedimaster commented 10 years ago

Wow, yeah, I didn't see that, and I agree 200%. Please submit a PR to fix? :)

adamcameron commented 10 years ago

I've fixed it... it wasn't the sample code, it was just the .md file. Phillip, instead of taking the time to just add a comment, how about taking the time to fix it, if it's a trivial example like this?