From f800fab1a3fe0b6aa313874bb893d33165ef20e4 Mon Sep 17 00:00:00 2001 From: toby Date: Wed, 17 May 2017 17:31:28 -0400 Subject: [PATCH] Add author tags to Encode text & Decode text ops --- src/core/operations/CharEnc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/operations/CharEnc.js b/src/core/operations/CharEnc.js index 7a4cb603..8efff0c2 100755 --- a/src/core/operations/CharEnc.js +++ b/src/core/operations/CharEnc.js @@ -67,6 +67,7 @@ const CharEnc = { /** * Encode text operation. + * @author tlwr [toby@toby.codes] * * @param {string} input * @param {Object[]} args @@ -81,6 +82,7 @@ const CharEnc = { /** * Decode text operation. + * @author tlwr [toby@toby.codes] * * @param {byteArray} input * @param {Object[]} args