remove bitwise disable on pipelines.js.es6
This commit is contained in:
parent
776b977400
commit
ec90700c84
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* global Vue, gl */
|
||||
/* eslint-disable no-param-reassign, no-bitwise*/
|
||||
/* eslint-disable no-param-reassign */
|
||||
|
||||
((gl) => {
|
||||
gl.VuePipelines = Vue.extend({
|
||||
|
|
Loading…
Reference in a new issue