diff options
-rw-r--r-- | plugins/slick.cellrangedecorator.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/slick.cellrangedecorator.js b/plugins/slick.cellrangedecorator.js index a511a59..16e50d5 100644 --- a/plugins/slick.cellrangedecorator.js +++ b/plugins/slick.cellrangedecorator.js @@ -31,7 +31,7 @@ function show(range) { if (!_elem) { - _elem = $("<div></div>", {css: options.selectionCss}) + _elem = $("<div class='slick-range-decorator'></div>", {css: options.selectionCss}) .css("position", "absolute") .appendTo(grid.getCanvasNode()); } @@ -61,4 +61,4 @@ "hide": hide }); } -})(jQuery);
\ No newline at end of file +})(jQuery); |