Browse Source

Disable global GoogleDrive instance

@hedgerh please do something with it later :)
Artur Paikin 9 years ago
parent
commit
af9b7cfa38
1 changed files with 1 additions and 1 deletions
  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 Drive from './GoogleDrive'
 
-let GoogleDrive = new Drive()
+// let GoogleDrive = new Drive()
 
 export default class Modal extends Plugin {
   constructor (core, opts) {