svn: /web/php/trunk/js/ common.js
[email protected] (Paul Dragoonis)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
dragoonis Mon, 10 Jan 2011 22:02:09 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307358
Log:
typo fix on a comment. refl to ref
Changed paths:
U web/php/trunk/js/common.js
Modified: web/php/trunk/js/common.js
===================================================================
--- web/php/trunk/js/common.js 2011-01-10 22:01:19 UTC (rev 307357)
+++ web/php/trunk/js/common.js 2011-01-10 22:02:09 UTC (rev 307358)
@@ -27,7 +27,7 @@
// This is a temporary implementation so if you click on the Arrows on the Download area of the homepage
// That it takes you to the default .gz download. Could not apply HTML5's <a> tag to wrap around the <li>
- // Because it contains <a> tags within it and the target conflicted. Using <li refl="#...'> to workaround this
+ // Because it contains <a> tags within it and the target conflicted. Using <li ref="#...'> to workaround this
// Until an elegant implementation is found.
var $homeDownload = $('div.download .download-list');
if($homeDownload.length > 0) {