Monthly Archives: February 2012
Coldfusion Zeus (10 Beta) Function Expressions and Closures Not Quite There
Bug reported https://bugbase.adobe.com/index.cfm?event=bug&id=3120695 So I was playing with Coldfusion 10 Beta and was trying to do some of the things I am used to in Javascript. When I came upon this issue. <cfscript> test={ one="1" , two=function(){ return "2" } }; … Continue reading