mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 18:06:01 +08:00
_V_ is deprecated
Use videojs instead
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Tests for Video.js API
|
||||
/// <reference path="videojs.d.ts" />
|
||||
|
||||
_V_("example_video_1").ready(function(){
|
||||
videojs("example_video_1").ready(function(){
|
||||
|
||||
var myPlayer:VideoJSPlayer = this;
|
||||
|
||||
@@ -70,4 +70,4 @@ _V_("example_video_1").ready(function(){
|
||||
};
|
||||
//myPlayer.addEvent("volumechange", myFunc);
|
||||
//myPlayer.removeEvent("volumechange", myFunc);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user