PluginProbe
Hello Plus / 1.4.0
Hello Plus v1.4.0
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 All 30 releases
hello-plus / modules / content / assets / js / editor.js

editor.js in Hello Plus 1.4.0, at modules/content/assets/js/editor.js

6 lines 137 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import ContentModule from './editor/module';
2
3 const HelloPlusContent = new ContentModule();
4
5 window.helloPlusContent = HelloPlusContent;
6