Why does this javascript line looks like this? I mean, why there's an extra + near the end?
'<script type="text/javascript" src="' + src + '"></' + 'script>'
Source: http://code.google.com/p/closure-library/source/browse/trunk/closure/goog/base.js#511