mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-05-01 01:31:26 -07:00
Add support for file type webm & ogg theora (#4404)
This commit is contained in:
parent
75ba862a7e
commit
1ed884cef4
2 changed files with 4 additions and 1 deletions
|
|
@ -30,8 +30,9 @@ var VideoParser = function(type,text,options) {
|
|||
this.tree = [element];
|
||||
};
|
||||
|
||||
exports["video/ogg"] = VideoParser;
|
||||
exports["video/webm"] = VideoParser;
|
||||
exports["video/mp4"] = VideoParser;
|
||||
exports["video/quicktime"] = VideoParser;
|
||||
|
||||
})();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue