Optimization: inline isNullOrNan. Also, don't bother calling isNaN just to test NaN...
authorRobert Konigsberg <konigsberg@google.com>
Sat, 16 Jun 2012 14:07:07 +0000 (10:07 -0400)
committerRobert Konigsberg <konigsberg@google.com>
Sat, 16 Jun 2012 14:07:07 +0000 (10:07 -0400)
commita02978e25e2155e5e6fda12d1a3184fa3bd7987c
tree8f8d7f6d1356599a458faafddff3e8012f4ea63b
parent1fdef78645031ce82164e8dc72f71ce53a2ab2f4
Optimization: inline isNullOrNan. Also, don't bother calling isNaN just to test NaN itself; x != x is a high-speed replacement.
dygraph-canvas.js