Fixes #99: double Shower object

This commit is contained in:
Vadim Makeev 2013-02-05 22:06:51 +04:00
parent bbc63bf7a9
commit a1f4f76808
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* @copyright 20102013 Vadim Makeev, pepelsbey.net
* @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 = {},
url = window.location,
body = document.body,

2
shower.min.js vendored

File diff suppressed because one or more lines are too long