-
Notifications
You must be signed in to change notification settings - Fork 279
Closed
Description
Currently anonymous define() in stacktrace.js:line 14 (see below) causes problems:
a) with require.js: http://requirejs.org/docs/errors.html#mismatch)
b) with almond.js: Uncaught TypeError: Cannot read property 'splice' of undefined almond.js:413
(function(global, factory) {
if (typeof exports === 'object') {
// Node
module.exports = factory();
} else if (typeof define === 'function' && define.amd) {
// AMD
define(factory);
Could you please pass a name as first argument when calling define()?
Metadata
Metadata
Assignees
Labels
No labels