added reference to jsdom to the submodules
This commit is contained in:
parent
aa0d6e935e
commit
2017c478fb
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,7 +14,6 @@
|
|||
# A handy place to put stuff that git should ignore:
|
||||
/ignore/
|
||||
support/async/
|
||||
support/jsdom/
|
||||
support/node-htmlparser/
|
||||
support/node-o3-xml/
|
||||
support/requirejs/
|
||||
|
|
|
|||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -10,3 +10,6 @@
|
|||
[submodule "doc/wiki"]
|
||||
path = doc/wiki
|
||||
url = git://github.com/ajaxorg/ace.wiki.git
|
||||
[submodule "support/jsdom"]
|
||||
path = support/jsdom
|
||||
url = git://github.com/ajaxorg/jsdom.git
|
||||
|
|
|
|||
1
support/jsdom
Submodule
1
support/jsdom
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 51938ca15ac7bd16f94e534cda3779f8a0a9f130
|
||||
Loading…
Add table
Add a link
Reference in a new issue