Skip to content
Snippets Groups Projects
Commit 3185dc9a authored by lowercasedonkey's avatar lowercasedonkey
Browse files

remove stray code

parent 966e0bdc
No related branches found
No related tags found
No related merge requests found
......@@ -34,20 +34,6 @@ globalThis.Categorizer = class {
}
};
/*
Make everything waiting for this execute. Usage:
let doSomething = function() {
... your initialization code goes here ...
};
if(typeof Categorizer === 'function') {
doSomething();
} else {
jQuery(document).one('categorizer.ready', doSomething);
}
*/
jQuery(document).trigger("categorizer.ready");
/**
* Converts an array of strings into a sentence parted by commas.
* @param {Array} array ["apple", "banana", "carrot"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment