namespace fixes

This commit is contained in:
mourner 2010-09-23 17:25:35 +03:00
parent 3ed4a39339
commit 7e7379ae9c

View File

@ -18,9 +18,9 @@ var L = {
})(),
noConflict: function() {
window.L = this._originalL;
L = this._originalL;
return this;
},
_originalL: window.L
_originalL: L
};