Skip to content

Commit

Permalink
RED-8974- vue-fusioncharts is logging developement-mode message while…
Browse files Browse the repository at this point in the history
… used in production build

removed the VUE object dependency from util which was responsible for creating development mode messages
  • Loading branch information
paresh-accolite committed Oct 9, 2020
1 parent 7904011 commit 7b742dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/utils.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
import Vue from 'vue';

const Observer = new Vue().$data.__ob__.constructor;

export function makeNonreactive(obj) {
obj.__ob__ = new Observer({});
}

export const addDep = (FC, modules) => {
if (FC) {
if (
Expand Down

0 comments on commit 7b742dd

Please sign in to comment.