GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a firefox/xulrunner clone of the processing editor
Clone URL: git://github.com/why/processor.git
 * chrome/content/js/io.js: directories were being created 0664.
why (author)
Fri May 09 15:05:41 -0700 2008
commit  81c4cbf42343b69b0a12ca5991658627023364ac
tree    77559555f4da34970a49d1241190c5830147f9ae
parent  0a416bbd5ec0225d223bd90ddd72070d9654d329
...
230
231
232
233
 
234
235
236
...
230
231
232
 
233
234
235
236
0
@@ -230,7 +230,7 @@ if (typeof(JSIO) != 'boolean') {
0
     create : function(str) {
0
       var d = DirIO.open(str);
0
       try {
0
- d.create(0x01, 0664);
0
+ d.create(0x01, 0775);
0
         return true;
0
       }
0
       catch(e) {

Comments

    No one has commented yet.