From e770c935bb48563a151494dfd292592dfbb7f219 Mon Sep 17 00:00:00 2001 From: G047 Date: Mon, 5 Dec 2016 17:37:57 +0000 Subject: [PATCH] introducing JavascriptObfscate --- src/js/operations/JS.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/js/operations/JS.js b/src/js/operations/JS.js index 076c6321..9274a0e6 100755 --- a/src/js/operations/JS.js +++ b/src/js/operations/JS.js @@ -10,7 +10,18 @@ * @namespace */ var JS = { + + /** + * JavaScript Obfscate operation. + * + * @param {string} input + * @returns {string} + */ + run_obfscate : function(input) { + return require('./javascriptObfscate').obfscate(input); + }, + /** * @constant * @default