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
Post a Comment