From 83fbb051c60b79111a75363a669217dbbce0dd19 Mon Sep 17 00:00:00 2001 From: ixisio Date: Tue, 17 Sep 2013 21:12:23 +0200 Subject: [PATCH] add hammerjs submodule --- .gitmodules | 3 +++ vendor/hammerjs | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/hammerjs diff --git a/.gitmodules b/.gitmodules index 45087c9..8cfcec1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/bootstrap"] path = vendor/bootstrap url = https://github.com/twbs/bootstrap.git +[submodule "vendor/hammerjs"] + path = vendor/hammerjs + url = https://github.com/EightMedia/hammer.js.git diff --git a/vendor/hammerjs b/vendor/hammerjs new file mode 160000 index 0000000..6460d21 --- /dev/null +++ b/vendor/hammerjs @@ -0,0 +1 @@ +Subproject commit 6460d219df29fbf9e5c7710f7a4af2b07972d329