diff options
author | Yukai Huang | 2017-04-09 21:14:23 +0800 |
---|---|---|
committer | Yukai Huang | 2017-05-07 20:37:27 +0800 |
commit | c6c11c54ef62ed5c87dc7eb8139805a2889cbcc8 (patch) | |
tree | 907734b1cd8d7203985026d8cb032485e672c6d0 /public/js/lib | |
parent | db06a51299e0888b07062cefd780d514d09ebd37 (diff) |
Expose internal editor config variable
Diffstat (limited to 'public/js/lib')
-rw-r--r-- | public/js/lib/editor/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/lib/editor/index.js b/public/js/lib/editor/index.js index 8cab486c..2991998b 100644 --- a/public/js/lib/editor/index.js +++ b/public/js/lib/editor/index.js @@ -119,6 +119,7 @@ export default class Editor { } } this.eventListeners = {} + this.config = config } on (event, cb) { |