Browse Source

Comment in Google Drive state

Artur Paikin 9 years ago
parent
commit
c7cf6296dd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/plugins/GoogleDrive.js

+ 3 - 1
src/plugins/GoogleDrive.js

@@ -20,7 +20,9 @@ export default class Google extends Plugin {
     // merge default options with the ones set by user
     this.opts = Object.assign({}, defaultOptions, opts)
 
-
+    // TODO Enable this after we fix tests — they fail currently
+    // because GDrive is instanciated without Core
+    //
     // Set default state for Google Drive
     // this.core.setState({googleDrive: {
     //   authenticated: false,