1
0
mirror of https://github.com/taigrr/JSKeyCapture synced 2025-01-18 04:13:12 -08:00

Added credits

This commit is contained in:
Tai Groot 2016-04-18 14:32:43 -07:00
parent 326afac2de
commit 61ded04292

7
lib.js
View File

@ -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")