javascript - Why does Ext flash component concatenate two strings to form this url? -


i found in flashcomponent source code , wondering why broke string @ //. here's code:

/**  * sets url installing flash if doesn't exist. should set local resource.   * @static   * @type string   */   ext.flashcomponent.express_install_url = 'http:/' + '/swfobject.googlecode.com/svn/trunk/swfobject/expressinstall.swf'; 

as far remember satisfying build tool or syntax checker using @ time. has no impact on code.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -