From e3de7c786d2f995cf75b5007cc1c24ef2641e7e6 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 7 May 2012 09:55:54 +0530 Subject: [PATCH] documentation --- padmavideo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/padmavideo.js b/padmavideo.js index a6c76d6..ec3652a 100644 --- a/padmavideo.js +++ b/padmavideo.js @@ -21,7 +21,7 @@ var opts = $.extend({ 'id': 'ABC', //FIXME: throw an error if id is undefined at this point - 'layers': ['transcripts'], + 'layers': ['transcripts', 'descriptions', 'keywords', 'places'], 'keys': ['layers'], //FIXME: add more apt keys 'api': "http://pad.ma/api/", 'in': 0, @@ -78,7 +78,6 @@ /* Use this to set options on the player from the outside. Example: - var padmaVideoObject = $('#video').data("padmavideo"); padmaVideoObject.setOption("width", 250); */ this.setOption = function(key, val) {