moving APPEND comment. Wrong spot.

r=dougt

--pete


git-svn-id: svn://10.0.0.236/trunk@76329 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pete%alphanumerica.com 2000-08-15 13:14:51 +00:00
parent fbc81cccf5
commit 3b3c182ed7

View File

@ -547,8 +547,6 @@ leaf : function (path) {
/********************* LEAF *****************************/
/********************* APPEND ***************************/
/********************* READDIR **************************/
readDir : function (dirPath) {
@ -585,6 +583,8 @@ readDir : function (dirPath) {
/********************* READDIR **************************/
/********************* APPEND ***************************/
append : function (dirPath, fileName) {
if(!dirPath || !fileName){