This is driving me nuts. Does anyone know what the purpose of this is?

if (1) {

var google_conversion_value = 1;

}

instead of just this:

var google_conversion_value = 1;

Unless I have no idea what I'm talking about, 1 will _always_ evaluate to
true, thereby making the setter inside the if always occur.

Am I missing something?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:335435
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to