From 723bd1cc0b7288deae9d20cbf6a4d72583b39437 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 2 Feb 2013 17:05:05 -0500 Subject: reduce width of single-page fallback slides --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/reveal.js') diff --git a/js/reveal.js b/js/reveal.js index f2b9617..5ceb9a2 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -141,7 +141,7 @@ var Reveal = (function(){ */ function initialize( options ) { - if( ( !supports2DTransforms && !supports3DTransforms ) ) { + if( !supports2DTransforms && !supports3DTransforms ) { document.body.setAttribute( 'class', 'no-transforms' ); // If the browser doesn't support core features we won't be -- cgit v1.2.3