aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-01-23 09:58:10 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2019-01-23 09:58:10 +0100
commit51b1658a60a053a1ee9fe18255f1c40a52c02a65 (patch)
treee4b8be1cf82af0fa29beb2368d36d578323a21b2 /test
parent4c3f778e6e39c885e1197c9970e098bdbc643398 (diff)
downloadperl-software-in-gnu-guix-51b1658a60a053a1ee9fe18255f1c40a52c02a65.tar
perl-software-in-gnu-guix-51b1658a60a053a1ee9fe18255f1c40a52c02a65.tar.gz
'gridNavigation' and 'simpleNavigation' merged into 'navigationMode' setting #2307
Diffstat (limited to 'test')
-rw-r--r--test/test-grid-navigation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-grid-navigation.html b/test/test-grid-navigation.html
index 2814ca3..21e7636 100644
--- a/test/test-grid-navigation.html
+++ b/test/test-grid-navigation.html
@@ -55,7 +55,7 @@
});
QUnit.test( 'Enabled', function( assert ) {
- Reveal.configure({ gridNavigation: true });
+ Reveal.configure({ navigationMode: 'grid' });
Reveal.slide( 0, 0 );
Reveal.right();
Reveal.down();