some changes to enable clips view in pandora; fix video player to allow for paused=false and playInToOut=true
This commit is contained in:
parent
9ac49b6fcf
commit
4c6a6333b2
4 changed files with 19 additions and 10 deletions
|
|
@ -172,6 +172,10 @@ Ox.InfoList = function(options, self) {
|
|||
return that;
|
||||
};
|
||||
|
||||
that.infoOptions = function(id, options) {
|
||||
// ...
|
||||
}
|
||||
|
||||
that.paste = function(data) {
|
||||
that.$element.paste(data);
|
||||
return that;
|
||||
|
|
@ -201,10 +205,6 @@ Ox.InfoList = function(options, self) {
|
|||
return that;
|
||||
};
|
||||
|
||||
that.updateInfo = function(id, options) {
|
||||
// ...
|
||||
}
|
||||
|
||||
that.value = function(id, key, value) {
|
||||
// fixme: make this accept id, {k: v, ...}
|
||||
if (arguments.length == 1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue