Commit 05b9c6fa authored by Vadim Makeev's avatar Vadim Makeev

code style: double quotes to single quotes

parent 9e4e7d19
......@@ -26,7 +26,7 @@ $(function() {
var target = current.next( slides );
break;
case 32 : // Space
var target = current[e.shiftKey ? "prev" : "next"]( slides );
var target = current[ e.shiftKey ? 'prev' : 'next' ]( slides );
break;
default:
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment