File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Example
40
40
content: url(demo/image-1000px.jpg);
41
41
}
42
42
43
- .responsive-image[min-width$ ='1000px'] img {
43
+ .responsive-image[min-width='1000px'] img {
44
44
content: url(demo/image-full.jpg);
45
45
}
46
46
```
Original file line number Diff line number Diff line change 42
42
content : url (demo/image-1000px.jpg);
43
43
}
44
44
45
- .responsive-image [min-width $ ='1000px' ] img {
45
+ .responsive-image [min-width = '1000px' ] img {
46
46
content : url (demo/image-full.jpg);
47
47
}
48
48
</ style >
Original file line number Diff line number Diff line change 17
17
element . addEventListener ( 'overflowchanged' , function ( e ) {
18
18
callback . call ( this , e ) ;
19
19
} ) ;
20
- } else {
20
+ } else {
21
21
element . addEventListener ( 'overflow' , function ( e ) {
22
22
callback . call ( this , e ) ;
23
23
} ) ;
305
305
*/
306
306
this . init = function ( ) {
307
307
for ( var i = 0 , j = document . styleSheets . length ; i < j ; i ++ ) {
308
- readRules ( document . styleSheets [ i ] . cssRules || document . styleSheets [ i ] . rules ) ;
308
+ readRules ( document . styleSheets [ i ] . cssRules || document . styleSheets [ i ] . rules ) ;
309
309
}
310
310
}
311
311
}
You can’t perform that action at this time.
0 commit comments