aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/jquery/jquery.js
diff options
context:
space:
mode:
authorJoar Wandborg <git@wandborg.com>2012-03-08 22:58:16 +0100
committerJoar Wandborg <git@wandborg.com>2012-03-08 22:58:16 +0100
commite2caf5743c29655ebc14e9601042c378c2c00325 (patch)
treee66746dc0831655b3bedaebcc2bc1aaad54a9508 /extlib/jquery/jquery.js
parent034a0e0b97271240a02944848ab59be8043c1e5e (diff)
downloadmediagoblin-e2caf5743c29655ebc14e9601042c378c2c00325.tar.lz
mediagoblin-e2caf5743c29655ebc14e9601042c378c2c00325.tar.xz
mediagoblin-e2caf5743c29655ebc14e9601042c378c2c00325.zip
Changed `not foo == None` to `foo is not None` in image sniff handler
>>> class foo(object): def __eq__(self, other): return True >>> f = foo() >>> f == None True >>> f is None False -- <http://stackoverflow.com/questions/26595/is-there-any-difference-between-foo-is-none-and-foo-none>
Diffstat (limited to 'extlib/jquery/jquery.js')
0 files changed, 0 insertions, 0 deletions