소스 검색

Comment in Google Drive state

Artur Paikin 9 년 전
부모
커밋
c7cf6296dd
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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
     // merge default options with the ones set by user
     this.opts = Object.assign({}, defaultOptions, opts)
     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
     // Set default state for Google Drive
     // this.core.setState({googleDrive: {
     // this.core.setState({googleDrive: {
     //   authenticated: false,
     //   authenticated: false,