Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added level2/index.js
  • Loading branch information
Felix Gnass committed Nov 1, 2010
1 parent 030da42 commit de58d5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/jsdom/level2/index.js
@@ -0,0 +1,7 @@
exports.dom = {
level2 : {
core : require("./core").dom.level2.core,
events : require("./events").dom.level2.events,
html : require("./html").dom.level2.html
}
};

0 comments on commit de58d5d

Please sign in to comment.