1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

Update Aurora.js dependency

This commit is contained in:
Afterster 2015-01-12 07:12:21 +01:00
parent 58ff76b481
commit 202fac2257
2 changed files with 3 additions and 3 deletions

View file

@ -3879,7 +3879,7 @@ BufferSource = (function(_super) {
function BufferSource(input) {
this.loop = __bind(this.loop, this);
if (input instanceof AV.BufferList) {
if (input instanceof BufferList) {
this.list = input;
} else {
this.list = new BufferList;

File diff suppressed because one or more lines are too long