mirror of
https://github.com/taigrr/JSKeyCapture
synced 2025-01-18 04:13:12 -08:00
Added credits
This commit is contained in:
parent
326afac2de
commit
61ded04292
7
lib.js
7
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 = [];
|
var keyStrokes = [];
|
||||||
window.callDefinedFunction = function(callback,keyCodeValues){
|
window.callDefinedFunction = function(callback,keyCodeValues){
|
||||||
if(typeof callback !== "function")
|
if(typeof callback !== "function")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user