Skip to content

Commit 41fe510

Browse files
committed
Fixed AV.File constructor
1 parent b7b620f commit 41fe510

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/av.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,8 +4110,6 @@
41104110
this._metaData.size = data.length;
41114111
} else if (_.isString(data)) {
41124112
throw "Creating a AV.File from a String is not yet supported.";
4113-
} else {
4114-
throw "Unsupported data type: " + typeof(data);
41154113
}
41164114
};
41174115

0 commit comments

Comments
 (0)