From 61ded04292054edf000810fea4b3dd8379c39787 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 18 Apr 2016 14:32:43 -0700 Subject: [PATCH] Added credits --- lib.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib.js b/lib.js index b53d689..2ead659 100644 --- a/lib.js +++ b/lib.js @@ -1,3 +1,10 @@ +/* +JSKeyCapture Version 1.0 +Written by: Tai Groot, FreLancelot +Last revision date: 18 April, 2016 +Contact: groot.tai@gmail.com +*/ + var keyStrokes = []; window.callDefinedFunction = function(callback,keyCodeValues){ if(typeof callback !== "function")