# Wednesday, October 11, 2006
« Presentation Layer Specific Objects | Main | Writing XML to disk from ASP.NET »
I came across this snippet of javascript in one of our apps...

if(i == 0 || i == 2 || i == 3 || dirty == ''){
//had to do this weird workaround as i!=0 was not working
}

WTF
Comments are closed.