mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-23 02:21:23 +03:00
Do not define widget code twice
This commit is contained in:
parent
78dfb230ed
commit
ad7f3d6167
@ -22,6 +22,11 @@
|
|||||||
var Mibew = Mibew || {};
|
var Mibew = Mibew || {};
|
||||||
|
|
||||||
(function(Mibew){
|
(function(Mibew){
|
||||||
|
if (Mibew.Widget) {
|
||||||
|
// It seems that the script was already loaded. We do not need to do the
|
||||||
|
// job twice so just stop here.
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @namespace Holds objects instances
|
* @namespace Holds objects instances
|
||||||
|
Loading…
Reference in New Issue
Block a user