Add author tags to Encode text & Decode text ops

This commit is contained in:
toby 2017-05-17 17:31:28 -04:00
parent dc61aeeeb8
commit f800fab1a3
1 changed files with 2 additions and 0 deletions

View File

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