UNPKG

midi-player-js

Version:

Midi parser & player engine for browser or Node. Works well with single or multitrack MIDI files.

21 lines (20 loc) 518 B
/*! { "name": "ES5 Strict Mode", "property": "strictmode", "caniuse": "sctrict-mode", "notes": [{ "name": "ECMAScript 5.1 Language Specification", "href": "http://www.ecma-international.org/ecma-262/5.1/" }], "authors": ["@kangax"], "tags": ["es5"], "builderAliases": ["es5_strictmode"] } !*/ /* DOC Check if browser implements ECMAScript 5 Object strict mode. */ define(['Modernizr'], function(Modernizr) { Modernizr.addTest('strictmode', (function() {'use strict'; return !this; })()); });