Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EastDesire committed Dec 2, 2023
1 parent 2a3ff96 commit 019fd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jscolor.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ var jsc = {
register : function () {
if (typeof window !== 'undefined' && window.document) {
if (window.document.readyState !== 'loading') {
jsc.pub.init();
jsc.pub.init();
} else {
window.document.addEventListener('DOMContentLoaded', jsc.pub.init, false);
window.document.addEventListener('DOMContentLoaded', jsc.pub.init, false);
}
}
},
Expand Down

0 comments on commit 019fd65

Please sign in to comment.