make eslint happy

This commit is contained in:
Nils Schneider 2015-03-29 16:14:10 +02:00
commit 3e143435e6
14 changed files with 120 additions and 103 deletions

View file

@ -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
}