mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-13 05:31:37 +08:00
Removed dependency on async.js, prepared npm publishing
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
//see this AMD call, not the internal modules in
|
||||
//the closure below.
|
||||
define([], factory);
|
||||
} else if (typeof module !== 'undefined') {
|
||||
module.exports = factory();
|
||||
} else {
|
||||
//Browser globals case. Just assign the
|
||||
//result to a property on the global.
|
||||
|
||||
Reference in New Issue
Block a user