cm-web-modules
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "cm-web-modules", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Collection of clean and small ES6 modules for the web", | ||
@@ -5,0 +5,0 @@ "main": "src/LibraryManager.js", |
@@ -15,3 +15,3 @@ /** | ||
gain: 1, | ||
startWithoutAudioContext: false // start to play, without enabled audio context | ||
startWithoutAudioContext: true // start to play, without enabled audio context | ||
} | ||
@@ -67,2 +67,2 @@ Object.assign(this.props, props) | ||
} | ||
} |
2190