From b52cf5889ed1d39f4eb5eece8ee83d4a869c6061 Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Fri, 8 Feb 2013 17:29:04 -0500 Subject: [PATCH] update test/unit/player to adhere to jshint --- test/unit/player.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/test/unit/player.js b/test/unit/player.js index 524a7bc40..78606830f 100644 --- a/test/unit/player.js +++ b/test/unit/player.js @@ -1,4 +1,4 @@ -module("Player"); +module('Player'); var PlayerTest = { makeTag: function(){ @@ -74,7 +74,7 @@ test('should accept options from multiple sources and override in correct order' var tag0 = PlayerTest.makeTag(); var player0 = new vjs.Player(tag0); - ok(player0.options_['attr'] === 1, 'global option was set') + ok(player0.options_['attr'] === 1, 'global option was set'); player0.dispose(); // Set a tag level option @@ -99,7 +99,7 @@ test('should get tag, source, and track settings', function(){ var fixture = document.getElementById('qunit-fixture'); - var html = '