Takazudo
3/10/2011 - 1:24 PM

temporary disable async loading for LABjs

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;
};