Commit a1f4f768 authored by Vadim Makeev's avatar Vadim Makeev

Fixes #99: double Shower object

parent bbc63bf7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* @copyright 2010–2013 Vadim Makeev, pepelsbey.net * @copyright 2010–2013 Vadim Makeev, pepelsbey.net
* @license MIT license: github.com/shower/shower/wiki/MIT-License * @license MIT license: github.com/shower/shower/wiki/MIT-License
*/ */
window.shower = (function(window, document, undefined) { window.shower = window.shower || (function(window, document, undefined) {
var shower = {}, var shower = {},
url = window.location, url = window.location,
body = document.body, body = document.body,
......
This diff is collapsed.
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