summaryrefslogtreecommitdiffstats
path: root/xor-crypt.js
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2016-07-19 16:44:31 -0400
committerRob Loach <robloach@gmail.com>2016-07-19 16:44:31 -0400
commit71f0113d85957f549cefc1549748abf678d585e4 (patch)
tree561c2384082549f89014d69223b36a844b96d281 /xor-crypt.js
parent7495467156b9d3da408035b06edb8cfc58b1fc31 (diff)
downloadxor-crypt-gh-pages.zip
xor-crypt-gh-pages.tar.gz
xor-crypt-gh-pages.tar.bz2
Diffstat (limited to 'xor-crypt.js')
-rw-r--r--xor-crypt.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/xor-crypt.js b/xor-crypt.js
index b645fa7..d20f809 100644
--- a/xor-crypt.js
+++ b/xor-crypt.js
@@ -1,5 +1,5 @@
/*!
- * XOR Crypt v1.0.0 - http://github.com/RobLoach/xor-crypt
+ * XOR Crypt v1.1.0 - http://github.com/RobLoach/xor-crypt
* @license MIT
* http://opensource.org/licenses/MIT
*/
@@ -7,7 +7,7 @@
/**
* Universal Module Definition
*
- * @see {@link http://github.com/umdjs/umd}
+ * @see http://github.com/umdjs/umd
*/
(function (root, factory) {
'use strict'
@@ -44,5 +44,4 @@
return output
}
-
}))