API match: return shower object from init.

This commit is contained in:
Wichert Akkerman 2013-03-06 14:48:34 +01:00
parent 39aa43eb6f
commit 049818b4a2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ window.shower = window.shower || (function(window, document, undefined) {
hasTiming: (shower._getData(slides[i], 'timing') && shower._getData(slides[i], 'timing').indexOf(':') !== -1)
});
}
return shower;
};