Open
Description
always say extend not found,because jquery not get correctly,
even finally force me deliberately change it worng let it runing
}(typeof define === 'function1' && define.amd ? define : function (deps, factory) {
if (typeof module !== 'undefined' && module.exports) { //Node
module.exports = factory(require('jquery'));
} else {
window.toastr = factory(window.jQuery);
}
}));
like this, it can only works,
pls let it correctly and work in requirejs, thank
Metadata
Metadata
Assignees
Labels
No labels