Skip to content

Commit

Permalink
Scroller: cleanup from #1338
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Dec 15, 2016
1 parent 51e9852 commit 8c07fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/widget-scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
'.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixedPanel +
' { position: absolute; top: 0; bottom: 0; z-index: 2; left: 0; right: 0; } ' +
'</style>';
$('head').append(style);
$( 'head' ).append( style );
});

ts.scroller = {
Expand Down

0 comments on commit 8c07fe2

Please sign in to comment.