Skip to content

Commit 18adea4

Browse files
committed
Merge remote branch 'jviereck/keymapping'
Conflicts: .gitignore .gitmodules LICENSE demo/boot.js demo/startup.js lib/ace/editor.js support/cockpit
2 parents 2468259 + d7486bb commit 18adea4

26 files changed

+2725
-127
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
.*.gz
1212

1313
# A handy place to put stuff that git should ignore:
14-
/ignore/
14+
/ignore/
15+
/build/

.gitmodules

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
url = git://github.com/tautologistics/node-htmlparser.git
2222
[submodule "support/cockpit"]
2323
path = support/cockpit
24-
url = git://github.com/ajaxorg/cockpit.git
24+
url = git://github.com/mozilla/cockpit.git
2525
[submodule "support/pilot"]
2626
path = support/pilot
2727
url = git://github.com/ajaxorg/pilot.git
28+
[submodule "support/dryice"]
29+
path = support/dryice
30+
url = git://github.com/mozilla/dryice.git

LICENSE

+475-4
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)