Skip to content

Commit

Permalink
purer !
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 16, 2015
1 parent b39bbd3 commit b7d8871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
global.gdk = {};
global.gdk = Object.create(null);


//guide-status
Expand Down Expand Up @@ -29,4 +29,4 @@ gdk.boot = function(){
gdk.load(gdk.c.path.join(__dirname,'./std'));
//errParse
gdk.load(gdk.c.path.join(__dirname,'./err'));
};
};

0 comments on commit b7d8871

Please sign in to comment.