File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function eventHandler(event) {
3333
3434 if ( commandId ) {
3535 console . log ( `Dispatching command ${ commandId } ` ) ;
36- exports . Runtime . Dispatch ( commandId ) ;
36+ exports . Abies . Runtime . Dispatch ( commandId ) ;
3737 event . preventDefault ( ) ;
3838 } else {
3939 console . error ( "No command id found in data-event-click attribute." ) ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function eventHandler(event) {
3333
3434 if ( commandId ) {
3535 console . log ( `Dispatching command ${ commandId } ` ) ;
36- exports . Runtime . Dispatch ( commandId ) ;
36+ exports . Abies . Runtime . Dispatch ( commandId ) ;
3737 event . preventDefault ( ) ;
3838 } else {
3939 console . error ( "No command id found in data-event-click attribute." ) ;
You can’t perform that action at this time.
0 commit comments