File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
import Base from "../../core/base" ;
6
6
import dom from "../../core/dom" ;
7
- import logging from "../../core/logging" ;
8
7
import Parser from "../../core/parser" ;
9
8
import utils from "../../core/utils" ;
10
9
11
- const logger = logging . getLogger ( "tabs" ) ;
12
-
13
10
export const parser = new Parser ( "bumper" ) ;
14
11
parser . addArgument ( "selector" ) ;
15
12
parser . addArgument ( "bump-add" , "bumped" ) ;
@@ -24,12 +21,6 @@ export default Base.extend({
24
21
async init ( ) {
25
22
// Based on: https://davidwalsh.name/detect-sticky
26
23
27
- if ( ! utils . checkCSSFeature ( "position" , "sticky" ) ) {
28
- // IE11
29
- logger . warn ( "No position sticky support." ) ;
30
- return ;
31
- }
32
-
33
24
this . options = parser . parse ( this . el , this . options ) ;
34
25
35
26
this . target_element = this . options . selector
You can’t perform that action at this time.
0 commit comments