moving APPEND comment. Wrong spot.

r=dougt

--pete
This commit is contained in:
pete%alphanumerica.com 2000-08-15 13:14:51 +00:00
parent 683ce122fc
commit 5a0bb16248

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){