Skip to content

Commit f7fc90c

Browse files
committed
adding a space for formatting
1 parent c0d47ef commit f7fc90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/taphold.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $(function(){
2323
$( "div.box" ).bind( "taphold", tapholdHandler );
2424
2525
function tapholdHandler( event ){
26-
$(event.target).addClass( "taphold" );
26+
$( event.target ).addClass( "taphold" );
2727
}
2828
});
2929
]]></code>

0 commit comments

Comments
 (0)