From e7ee8858a263e2db2d65eb77e7dfbea32ca042c2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 13 Aug 2013 00:10:14 -0400 Subject: remove unused code --- examples/math.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/math.html b/examples/math.html index 03fe22a..7d3eba2 100644 --- a/examples/math.html +++ b/examples/math.html @@ -49,7 +49,9 @@

The Cauchy-Schwarz Inequality

- \[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \] +
@@ -185,10 +187,7 @@ }, dependencies: [ - { src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } }, - { src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: '../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: '../plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, + { src: '../lib/js/classList.js' }, { src: '../plugin/math/math.js', async: true } ] }); -- cgit v1.2.3