Commit 85f66bb4 authored by Juan Gomez's avatar Juan Gomez
Browse files

Fix rollup warning

parent cce57d50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import {
const WINDOW_OR_GLOBAL =
  (typeof self === "object" && self.self === self && self) ||
  (typeof global === "object" && global.global === global && global) ||
  this;
  undefined;

export default {
  props: {