make eslint happy
This commit is contained in:
parent
ecb65c9171
commit
3e143435e6
14 changed files with 120 additions and 103 deletions
|
|
@ -19,7 +19,7 @@ define([], function () {
|
|||
sidebar.appendChild(container)
|
||||
|
||||
self.getWidth = function () {
|
||||
var small = window.matchMedia("(max-width: 60em)");
|
||||
var small = window.matchMedia("(max-width: 60em)")
|
||||
return small.matches ? 0 : sidebar.offsetWidth
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue