requirejs / almond

A minimal AMD API implementation for use after optimized builds
Other
2.42k stars 169 forks source link

error on line 304 #86

Closed stefanocudini closed 10 years ago

stefanocudini commented 10 years ago

my browser chrome 26 generate this error: "Uncaught Error: undefined missing core"

...
} else {
        throw new Error(name + ' missing ' + depName);
}
...