forked from 0x2620/pandora
dont expose updateSmallTimelineURL
This commit is contained in:
parent
553d2dd921
commit
1e9831060c
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ pandora.ui.editPanel = function() {
|
||||||
updateSmallTimelineURL();
|
updateSmallTimelineURL();
|
||||||
|
|
||||||
}
|
}
|
||||||
that.updateSmallTimelineURL = updateSmallTimelineURL;
|
|
||||||
function updateSmallTimelineURL() {
|
function updateSmallTimelineURL() {
|
||||||
var fps = 25;
|
var fps = 25;
|
||||||
Ox.serialForEach(edit.clips, function(clip) {
|
Ox.serialForEach(edit.clips, function(clip) {
|
||||||
|
|
Loading…
Reference in a new issue