Fix IE9 bug in browser-update. Unable to get value of the property 'insertBefore': object is null or undefined

This commit is contained in:
Neil Lalonde 2013-09-06 14:56:56 -04:00
parent 763859d439
commit eef34eea80

View File

@ -43,6 +43,8 @@ var $buo = function() {
};
$(function() {
$bu=$buo();
});
})(this);