Change JavaScript namespace from interop to Oqtane
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
window.interop = {
|
||||
var Oqtane = Oqtane || {};
|
||||
|
||||
Oqtane.RichTextEditor = {
|
||||
createQuill: function (
|
||||
quillElement, toolBar, readOnly,
|
||||
placeholder, theme, debugLevel) {
|
||||
|
Reference in New Issue
Block a user