mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Do not define widget code twice
This commit is contained in:
parent
78dfb230ed
commit
ad7f3d6167
@ -22,6 +22,11 @@
|
||||
var Mibew = 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
|
||||
|
Loading…
Reference in New Issue
Block a user