fix issue in last checkin that broke mina
parent
fe21b6a759
commit
e1665067ae
|
@ -338,6 +338,6 @@ var mina = (function (eve) {
|
||||||
}
|
}
|
||||||
return l;
|
return l;
|
||||||
};
|
};
|
||||||
|
window.mina = mina;
|
||||||
return mina;
|
return mina;
|
||||||
})(typeof eve == "undefined" ? function () {} : eve);
|
})(typeof eve == "undefined" ? function () {} : eve);
|
Loading…
Reference in New Issue