File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
lib/web/mage/adminhtml/wysiwyg/tiny_mce/plugins/magentowidget Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,8 @@ define([
15
15
16
16
/**
17
17
* @param {tinymce.Editor } editor - Editor instance that the plugin is initialized in.
18
- * @param {String } url - Absolute URL to where the plugin is located.
19
18
*/
20
- init : function ( editor , url ) {
19
+ init : function ( editor ) {
21
20
var self = this ;
22
21
23
22
this . activePlaceholder = null ;
@@ -53,7 +52,7 @@ define([
53
52
* execute openVariablesSlideout for onAction callback
54
53
*/
55
54
onAction : function ( ) {
56
- editor . execCommand ( 'mceMagentowidget' )
55
+ editor . execCommand ( 'mceMagentowidget' ) ;
57
56
} ,
58
57
59
58
/**
@@ -76,7 +75,7 @@ define([
76
75
}
77
76
} ) ;
78
77
}
79
- } )
78
+ } ) ;
80
79
81
80
// Add a widget placeholder image double click callback
82
81
editor . on ( 'dblClick' , function ( e ) {
You can’t perform that action at this time.
0 commit comments