Fixes #99: double Shower object
This commit is contained in:
parent
bbc63bf7a9
commit
a1f4f76808
|
@ -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,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue