Skip to content

Commit

Permalink
moved sax-js into third_party
Browse files Browse the repository at this point in the history
  • Loading branch information
banksean committed Mar 26, 2010
1 parent cb0a65b commit 79273f2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -1,3 +1,6 @@
[submodule "lib/sax-js"]
path = lib/sax-js
url = git://github.com/isaacs/sax-js.git
[submodule "third_party/sax-js"]
path = third_party/sax-js
url = git://github.com/isaacs/sax-js.git
2 changes: 1 addition & 1 deletion lib/atom.js
@@ -1,6 +1,6 @@
var sys = require('sys'),
fs = require('fs'),
sax = require("./sax-js/lib/sax"),
sax = require("../third_party/sax-js/lib/sax"),
path = require("path"),
http = require("http"),
events = require("events"),
Expand Down
2 changes: 1 addition & 1 deletion lib/pshb-client.js
@@ -1,6 +1,6 @@
var sys = require('sys'),
fs = require('fs'),
sax = require("./sax-js/lib/sax"),
sax = require("../third_party/sax-js/lib/sax"),
path = require("path"),
http = require("http"),
events = require("events"),
Expand Down
2 changes: 1 addition & 1 deletion lib/xrd.js
@@ -1,7 +1,7 @@

var sys = require('sys'),
fs = require('fs'),
sax = require("./sax-js/lib/sax"),
sax = require("../third_party/sax-js/lib/sax"),
path = require("path"),
http = require("http"),
events = require("events"),
Expand Down
1 change: 1 addition & 0 deletions third_party/sax-js
Submodule sax-js added at 2690d0

0 comments on commit 79273f2

Please sign in to comment.