From 809eb99efb201c1d277e7413c34c90ec349e6fbb Mon Sep 17 00:00:00 2001 From: Nguyen Quoc Anh Date: Fri, 30 Jun 2017 00:06:25 +0700 Subject: [PATCH] fix: syntax (#87) --- src/hammer-ssr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hammer-ssr.js b/src/hammer-ssr.js index 32b8f0e..ea89296 100644 --- a/src/hammer-ssr.js +++ b/src/hammer-ssr.js @@ -1,4 +1,4 @@ -module.exports = function Hammer { +module.exports = function Hammer() { console.log(`[vue-touch] Your should never see this message. When you do, your code tried to call 'new Hammer(), but your app has included a stub for HammerJS, provided by vue-touch, instead of the actual HammerJS library. `)