Merge branch 'feature/videojs' of https://github.com/vbortone/DefinitelyTyped into feature/videojs

Conflicts:
	videojs/videojs-tests.ts
	videojs/videojs.d.ts
This commit is contained in:
Vincent Bortone
2013-02-11 02:38:57 -05:00
2 changed files with 8 additions and 1 deletions
+5 -1
View File
@@ -1,6 +1,7 @@
// Tests for Video.js API
/// <reference path="videojs.d.ts" />
<<<<<<< HEAD
_V_("example_video_1").ready(function(){
var myPlayer:VideoJSPlayer = this;
@@ -71,4 +72,7 @@ _V_("example_video_1").ready(function(){
myPlayer.addEvent("volumechange", myFunc);
myPlayer.removeEvent("volumechange", myFunc);
});
});
=======
var myPlayer:VideoJSPlayer = _V_("example_video_1");
>>>>>>> f8b142ba4c1a906b03601cd1f0d53484250f11b3