Skip to content

Commit

Permalink
Merge pull request #18 from GoogleChrome/release-0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hoch authored Sep 12, 2016
2 parents a49032e + 2707e1b commit 996d3da
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnitone",
"version": "0.1.4",
"version": "0.1.5",
"description": "Spatial Audio Decoder in Web Audio API",
"main": "src/main.js",
"authors": [
Expand Down
7 changes: 0 additions & 7 deletions build/omnitone.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,6 @@ return /******/ (function(modules) { // webpackBootstrap
*/
Omnitone.VERSION = '0.1.5';

/**
* Omnitone library logging function.
* @type {Function}
* @param {any} Message to be printed out.
*/
Omnitone.LOG = Utils.LOG;

/**
* Load audio buffers based on the speaker configuration map data.
* @param {AudioContext} context The associated AudioContext.
Expand Down
Loading

0 comments on commit 996d3da

Please sign in to comment.