diff options
author | Joar Wandborg <git@wandborg.com> | 2012-03-08 22:58:16 +0100 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-03-08 22:58:16 +0100 |
commit | e2caf5743c29655ebc14e9601042c378c2c00325 (patch) | |
tree | e66746dc0831655b3bedaebcc2bc1aaad54a9508 /extlib/html5shiv/html5shiv.js | |
parent | 034a0e0b97271240a02944848ab59be8043c1e5e (diff) | |
download | mediagoblin-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/html5shiv/html5shiv.js')
0 files changed, 0 insertions, 0 deletions