aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/app.js')
-rw-r--r--src/js/app.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js/app.js b/src/js/app.js
index a26f137..bfebf1c 100644
--- a/src/js/app.js
+++ b/src/js/app.js
@@ -1,5 +1,5 @@
import Mustache from 'mustache';
-import { audiomixer, api } from 'agl-js-api';
+import * as audiomixer from './agl_stubs_audiomixer';
import { setValue } from './sliders';
var template;
@@ -13,7 +13,6 @@ function render_sliders(sliders) {
}
export function init() {
- api.init();
template = document.getElementById('slider-template').innerHTML;
Mustache.parse(template);