svn: /web/doc-editor/trunk/js/ui/component/ PendingCommitGrid.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 21 Nov 2009 14:54:59 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=291115
Log:
fix comment
Changed paths:
U web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js
Modified: web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js
===================================================================
--- web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js 2009-11-21 14:52:31 UTC (rev 291114)
+++ web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js 2009-11-21 14:54:59 UTC (rev 291115)
@@ -452,7 +452,7 @@
if (FileType === 'update') {
- // Find the rowIndex in this store
+ // Find the id of this row into StaleFileGrid.store and open it !
tmp = FilePath.split('/');
tmp.shift();