From 9cd6264ab1b855b50a44d218e8159a53eeed066c Mon Sep 17 00:00:00 2001 From: jmoenig Date: Wed, 22 May 2019 16:21:55 +0200 Subject: [PATCH] corrected a small typo --- snap.html | 2 +- src/video.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/snap.html b/snap.html index d10a8fd8..6689c11d 100755 --- a/snap.html +++ b/snap.html @@ -16,7 +16,7 @@ - + diff --git a/src/video.js b/src/video.js index 33157ad3..e4307df4 100644 --- a/src/video.js +++ b/src/video.js @@ -2,7 +2,7 @@ video.js - video motion detection for marphic.js and Snap! + video motion detection for morphic.js and Snap! written by Josep Ferràndiz i Farré https://github.com/jferran6 @@ -40,7 +40,7 @@ // Global stuff //////////////////////////////////////////////////////// -modules.video = '2019-May-07'; +modules.video = '2019-May-22'; var VideoMotion;