aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
authorCalyhre <charley.david@wopata.com>2014-06-18 14:23:42 +0200
committerCalyhre <charley.david@wopata.com>2014-06-18 14:23:42 +0200
commited8d90bc58b811a921cdad53fd6d418be8bb9765 (patch)
tree34b48ced75155263bc428015618edb243301ab80 /js/reveal.js
parent4e70cf8126e7e6bd3667479efeecc348dec7e6c0 (diff)
downloadfreenode-live-2017-presentation-ed8d90bc58b811a921cdad53fd6d418be8bb9765.tar
freenode-live-2017-presentation-ed8d90bc58b811a921cdad53fd6d418be8bb9765.tar.gz
Fix tests
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index b4cb17f..f844456 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -3791,7 +3791,7 @@
}
function preventSwipe(target) {
- while( target && typeof target.hasAttribute == 'function' ) {
+ while( target && typeof target.hasAttribute === 'function' ) {
if(target.hasAttribute('prevent-swipe')) return true;
target = target.parentNode;
}