Initial commit
This commit is contained in:
7
node_modules/webmidi/playground/testbrowser/libs/Utils.js
generated
vendored
Normal file
7
node_modules/webmidi/playground/testbrowser/libs/Utils.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var Utils = {
|
||||
|
||||
isNative: function(fn) {
|
||||
return (/\{\s*\[native code\]\s*\}/).test('' + fn);
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user