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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -