Change JavaScript namespace from interop to Oqtane

This commit is contained in:
Jim Spillane
2020-05-24 23:04:55 -04:00
parent a4ed06f2fc
commit 97df673609
4 changed files with 25 additions and 21 deletions

View File

@ -1,4 +1,6 @@
window.interop = {
var Oqtane = Oqtane || {};
Oqtane.RichTextEditor = {
createQuill: function (
quillElement, toolBar, readOnly,
placeholder, theme, debugLevel) {