temporary disable async loading for LABjs
$LAB.script = function(src){ $('head').append('<script src="' + src + '"></script>'); return $LAB; }; $LAB.wait = function(fn){ fn && fn(); return $LAB; };