Skip to content

Commit

Permalink
Expose DOMReady function in the Coloris object
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbassit committed Nov 3, 2023
1 parent 0898dae commit b0585fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/coloris.js
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,8 @@
close: closePicker,
setInstance: setVirtualInstance,
removeInstance: removeVirtualInstance,
updatePosition: updatePickerPosition
updatePosition: updatePickerPosition,
ready: DOMReady
};

function Coloris(options) {
Expand Down

0 comments on commit b0585fe

Please sign in to comment.