Commit 049818b4 authored by Wichert Akkerman's avatar Wichert Akkerman

API match: return shower object from init.

parent 39aa43eb
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment