Tuesday, October 19, 2010

Really?


var selItem;
if (items.length == 0) {
selItem.type = "player";
}


So I realize that this was a coding error on my part, but the fact you get nothing, not even a Firebug console message really, really sucks. selItem.type = "player" throws but I guess Dojo is eating an exception somewhere.

No comments:

Post a Comment