Skip to content

Commit

Permalink
Importar componente rup_message
Browse files Browse the repository at this point in the history
  • Loading branch information
xaabi6 committed Apr 16, 2024
1 parent 7bad9fe commit 2cd5e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rup.select.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
if (typeof define === 'function' && define.amd) {

// AMD. Register as an anonymous module.
define(['jquery', './rup.base', 'select2','./external/select2MultiCheckboxes'], factory);
define(['jquery', './rup.base', './rup.message', 'select2', './external/select2MultiCheckboxes'], factory);
} else {

// Browser globals
Expand Down

0 comments on commit 2cd5e66

Please sign in to comment.