Selaa lähdekoodia

linter code fixes

Adam Shaw 8 vuotta sitten
vanhempi
sitoutus
b86d6915b4
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      src/common/Class.ts
  2. 1 0
      src/common/Scroller.ts

+ 1 - 1
src/common/Class.ts

@@ -1,4 +1,4 @@
-import { copyOwnProps, hasOwnProp } from '../util'
+import { copyOwnProps } from '../util'
 
 
 // Class that all other classes will inherit from

+ 1 - 0
src/common/Scroller.ts

@@ -1,3 +1,4 @@
+import * as $ from 'jquery'
 import { getScrollbarWidths } from '../util'
 import Class from '../common/Class'