Skip to content

Commit

Permalink
Pushing js built from coffee
Browse files Browse the repository at this point in the history
Otherwise I can't include this via GitHub url. CoffeeScript FTL.
  • Loading branch information
felixge committed Jul 20, 2011
1 parent 78337f2 commit 4303eb2
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 0 deletions.
80 changes: 80 additions & 0 deletions lib/XMLBuilder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

219 changes: 219 additions & 0 deletions lib/XMLFragment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions lib/index.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
(function() {
var XMLBuilder;
XMLBuilder = require('./XMLBuilder');
module.exports = function() {
return new XMLBuilder();
};
}).call(this);

0 comments on commit 4303eb2

Please sign in to comment.