|
@@ -80,7 +80,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|
|
/**
|
|
/**
|
|
|
* CryptoData class
|
|
* CryptoData class
|
|
|
*
|
|
*
|
|
|
- * bundles helper fuctions used in both paste and comment formats
|
|
|
|
|
|
|
+ * bundles helper functions used in both paste and comment formats
|
|
|
*
|
|
*
|
|
|
* @name CryptoData
|
|
* @name CryptoData
|
|
|
* @class
|
|
* @class
|
|
@@ -95,7 +95,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|
|
/**
|
|
/**
|
|
|
* gets the cipher data (cipher text + adata)
|
|
* gets the cipher data (cipher text + adata)
|
|
|
*
|
|
*
|
|
|
- * @name Paste.getCipherData
|
|
|
|
|
|
|
+ * @name CryptoData.getCipherData
|
|
|
* @function
|
|
* @function
|
|
|
* @return {Array}|{string}
|
|
* @return {Array}|{string}
|
|
|
*/
|
|
*/
|
|
@@ -108,7 +108,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|
|
/**
|
|
/**
|
|
|
* Paste class
|
|
* Paste class
|
|
|
*
|
|
*
|
|
|
- * bundles helper fuctions around the paste formats
|
|
|
|
|
|
|
+ * bundles helper functions around the paste formats
|
|
|
*
|
|
*
|
|
|
* @name Paste
|
|
* @name Paste
|
|
|
* @class
|
|
* @class
|
|
@@ -171,7 +171,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|
|
/**
|
|
/**
|
|
|
* Comment class
|
|
* Comment class
|
|
|
*
|
|
*
|
|
|
- * bundles helper fuctions around the comment formats
|
|
|
|
|
|
|
+ * bundles helper functions around the comment formats
|
|
|
*
|
|
*
|
|
|
* @name Comment
|
|
* @name Comment
|
|
|
* @class
|
|
* @class
|
|
@@ -183,7 +183,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|
|
/**
|
|
/**
|
|
|
* gets the UNIX timestamp of the comment creation
|
|
* gets the UNIX timestamp of the comment creation
|
|
|
*
|
|
*
|
|
|
- * @name Paste.getCreated
|
|
|
|
|
|
|
+ * @name Comment.getCreated
|
|
|
* @function
|
|
* @function
|
|
|
* @return {int}
|
|
* @return {int}
|
|
|
*/
|
|
*/
|
|
@@ -195,7 +195,7 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|
|
/**
|
|
/**
|
|
|
* gets the icon of the comment submitter
|
|
* gets the icon of the comment submitter
|
|
|
*
|
|
*
|
|
|
- * @name Paste.getIcon
|
|
|
|
|
|
|
+ * @name Comment.getIcon
|
|
|
* @function
|
|
* @function
|
|
|
* @return {string}
|
|
* @return {string}
|
|
|
*/
|
|
*/
|