Skip to content

Commit 1095af2

Browse files
committed
MC-3309: Build stabilization
Explicitly cast to string
1 parent 6a3c378 commit 1095af2

File tree

2 files changed

+57085
-15
lines changed

2 files changed

+57085
-15
lines changed

lib/web/mage/adminhtml/events.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ define([
134134
results = [],
135135
result, len, i, eventArgs, method, eventHandler;
136136

137+
if (eventName.toLowerCase().indexOf('tinymce') !== -1) {
138+
// console.log(eventName, tinyMCE.activeEditor ? tinyMCE.activeEditor.getBody().innerHTML : '');
139+
// console.trace();
140+
}
141+
137142
if (this.arrEvents[evtName] != null) {
138143
len = this.arrEvents[evtName].length; //optimization
139144

0 commit comments

Comments
 (0)