From 9b1f0d08dfa690d03997c939577cd855ff7c342b Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 17 Aug 2013 18:31:24 +0100 Subject: [PATCH] this shit just got incredibly real --- app/scripts/ui/panels.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/scripts/ui/panels.js b/app/scripts/ui/panels.js index e96bdff..e73d72c 100644 --- a/app/scripts/ui/panels.js +++ b/app/scripts/ui/panels.js @@ -4,8 +4,7 @@ define([ "lodash", "text!templates/panel.html" ], function ( defineComponent, $, _, panelTemplate ) { - // wee joke - "use strict" + "use strict"; return defineComponent( panels ); @@ -28,7 +27,7 @@ define([ target.replaceWith( panel ) target.children().fadeIn( 2400 ) } else { - panel.css( "display: none" ); + panel.css( "display", "none" ); $( "body" ).append( panel ); panel.fadeIn( 1000 ); }