Skip to content

Commit

Permalink
Export StimulusReflexController
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Aug 21, 2023
1 parent 7844844 commit 2d774a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/stimulus_reflex.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import {
// that have configured data-reflex. Note that this default can be overridden when initializing the application.
// i.e. StimulusReflex.initialize(myStimulusApplication, MyCustomDefaultController)
//
class StimulusReflexController extends Controller {
export class StimulusReflexController extends Controller {
constructor (...args) {
super(...args)
register(this)
Expand Down

0 comments on commit 2d774a9

Please # to comment.