fix issue in last checkin that broke mina

master
adeveria 2013-09-23 10:29:41 -07:00
parent fe21b6a759
commit e1665067ae
1 changed files with 1 additions and 1 deletions

View File

@ -338,6 +338,6 @@ var mina = (function (eve) {
}
return l;
};
window.mina = mina;
return mina;
})(typeof eve == "undefined" ? function () {} : eve);