mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
moving APPEND comment. Wrong spot.
r=dougt --pete
This commit is contained in:
parent
683ce122fc
commit
5a0bb16248
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user