Browse Source

Minor fixups

Alex Myasoedov 7 years ago
parent
commit
33b85d84e5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      static/js/slides.js

+ 1 - 2
static/js/slides.js

@@ -60,7 +60,7 @@ function initializeReveal() {
             {
                 src: '/static/reveal.js/plugin/math/math.js',
                 async: true
-            }
+            },
 
             {
                 src: '/static/reveal.js/static/revealjs/lib/js/classList.js',
@@ -68,7 +68,6 @@ function initializeReveal() {
                     return !document.body.classList;
                 }
             }
-            d
         ]
     });
 }