fix eslint for spec global needed in pagination spec for 'fixture'

This commit is contained in:
Regis 2017-01-09 11:32:39 -07:00
parent cf84c09ad2
commit 1d02d5b148
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
//= require vue
//= require lib/utils/common_utils
//= require vue_pagination/index
/* global fixture, gl */
describe('Pagination component', () => {
let component;