浏览代码

Disable global GoogleDrive instance

@hedgerh please do something with it later :)
Artur Paikin 9 年之前
父节点
当前提交
af9b7cfa38
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/plugins/Modal.js

+ 1 - 1
src/plugins/Modal.js

@@ -2,7 +2,7 @@ import Plugin from './Plugin'
 import { ModalTemplate } from './templates'
 import { ModalTemplate } from './templates'
 import Drive from './GoogleDrive'
 import Drive from './GoogleDrive'
 
 
-let GoogleDrive = new Drive()
+// let GoogleDrive = new Drive()
 
 
 export default class Modal extends Plugin {
 export default class Modal extends Plugin {
   constructor (core, opts) {
   constructor (core, opts) {