There are plenty of places to improve SDK code. If that's your itch, start scratching. I don't know how much you'll actually save after the JIT, but hey, I won't veto it (unless you use == instead of ===). I think all undefined checks should use ===. Otherwise it would match null.
-Alex On 3/10/14 11:51 PM, "Justin Mclean" <[email protected]> wrote: >Hi, > >And give the default is undefined it make sense to make that the faster >path IMO. > >Am I missing something? Do you think otherwise? > >Thanks, >Justin
