This commit is contained in:
Carlos Delgado 2016-06-09 17:14:14 +02:00
parent d97a89bfd4
commit 6be88fdca5

View File

@ -2,7 +2,7 @@
(function(module){
function PreventScreenshots(){
var core = {};
var isEnabled = false;
var isEnabled = true;
var callFunctionIfExists = function(fn,params){
if(typeof(fn) !== "function"){