1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-15 01:34:23 +02:00

Changed this.player to this.player_ to be more consistent with other private vars.

This commit is contained in:
Steve Heffernan
2013-01-16 20:24:38 -05:00
parent e17d1a2d85
commit 0b3e240999
13 changed files with 231 additions and 223 deletions

View File

@ -50,7 +50,6 @@ test('should do a deep merge of child options', function(){
var children = mergedOptions['children'];
ok(children['childOne']['foo'] === 'baz', 'value three levels deep overridden');
console.log(children['childOne']['asdf'])
ok(children['childOne']['asdf'] === 'fdsa', 'value three levels deep maintained');
ok(children['childOne']['abc'] === '123', 'value three levels deep added');
ok(children['childTwo'], 'object two levels deep maintained');