advancing..!

This commit is contained in:
Jules Laplace
2015-07-11 14:34:46 -04:00
parent bb52003118
commit 740993b19a
2 changed files with 8 additions and 2 deletions

View File

@@ -44,6 +44,11 @@ var ytmnd = (function(){
loader.ready('init')
}
ytmnd.preload_index = function(index){
var site = sites[index]
ytmnd.preload(site)
}
ytmnd.play_index = function(index){
var site = sites[index]
if (loaded[site.domain]) {