documentation
This commit is contained in:
parent
bc12f8a30c
commit
e3de7c786d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user