svn: /web/doc-editor/trunk/js/ui/component/ PendingCommitGrid.js
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 12 Dec 2009 17:36:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=292041
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-12-12 17:35:16 UTC (rev 292040)
+++ web/doc-editor/trunk/js/ui/component/PendingCommitGrid.js 2009-12-12 17:36:34 UTC (rev 292041)
@@ -480,7 +480,7 @@
FilePath = "/" + tmp.join('/');
- // Find the id of this row into StaleFileGrid.store and open it !
+ // Find the id of this row into PendingTranslateGrid.store and open it !
ui.component.PendingTranslateGrid.getInstance().store.each(function(row) {
if( (row.data['path']) === FilePath && row.data['name'] === FileName ) {