new shorter api method names (closes #178), restructured and cleaned up core js

This commit is contained in:
Hakim El Hattab
2012-10-14 21:02:32 -04:00
parent e15beb47f0
commit 470cabaea8
5 changed files with 493 additions and 421 deletions

View File

@ -119,8 +119,8 @@
notes.innerHTML = data.notes;
}
currentSlide.contentWindow.Reveal.navigateTo(data.indexh, data.indexv);
nextSlide.contentWindow.Reveal.navigateTo(data.nextindexh, data.nextindexv);
currentSlide.contentWindow.Reveal.slide(data.indexh, data.indexv);
nextSlide.contentWindow.Reveal.slide(data.nextindexh, data.nextindexv);
});
</script>