removing the old bits of nextslide
This commit is contained in:
parent
b4361a971c
commit
ad011ab2db
1 changed files with 0 additions and 21 deletions
|
@ -188,27 +188,6 @@ Item {
|
|||
currentServiceItem--;
|
||||
loadVideo();
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* print(textIndex); */
|
||||
/* if (itemType === "song") { */
|
||||
/* if (textIndex === 0) { */
|
||||
/* clearText(); */
|
||||
/* nextSlide(); */
|
||||
/* } else if (textIndex <= root.text.length) { */
|
||||
/* SlideObject.setText(root.text[textIndex]); */
|
||||
/* print(root.text[textIndex]); */
|
||||
/* --textIndex; */
|
||||
/* } */
|
||||
/* } else if (itemType === "video") { */
|
||||
/* /\* clearText(); *\/ */
|
||||
/* previousSlide(); */
|
||||
/* } */
|
||||
/* else if (itemType === "image") { */
|
||||
/* /\* clearText(); *\/ */
|
||||
/* previousSlide(); */
|
||||
/* } */
|
||||
}
|
||||
|
||||
function previousSlide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue