aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/shapeshift.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-17 06:15:27 +0800
committerDan <danjm.com@gmail.com>2018-04-17 06:15:27 +0800
commit23acddf8f6fe4cb2d23e9b508c9b95f1f50fe32a (patch)
treeb49be589fe90ad314f50d5a0e7602091638d63d7 /app/scripts/controllers/shapeshift.js
parent20a075657f9c8133b65ea9cf6e8f1f633bc8a8e6 (diff)
downloadtangerine-wallet-browser-23acddf8f6fe4cb2d23e9b508c9b95f1f50fe32a.tar.gz
tangerine-wallet-browser-23acddf8f6fe4cb2d23e9b508c9b95f1f50fe32a.tar.zst
tangerine-wallet-browser-23acddf8f6fe4cb2d23e9b508c9b95f1f50fe32a.zip
@params -> @param fix
Diffstat (limited to 'app/scripts/controllers/shapeshift.js')
-rw-r--r--app/scripts/controllers/shapeshift.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/controllers/shapeshift.js b/app/scripts/controllers/shapeshift.js
index b24b010ea..10753b722 100644
--- a/app/scripts/controllers/shapeshift.js
+++ b/app/scripts/controllers/shapeshift.js
@@ -117,7 +117,7 @@ class ShapeshiftController {
* Saves an updated to a ShapeShiftTx in the shapeShiftTxList. If the passed ShapeShiftTx is not in the
* shapeShiftTxList, nothing happens.
*
- * @params {ShapeShiftTx} tx The updated tx to save, if it exists in the current shapeShiftTxList
+ * @param {ShapeShiftTx} tx The updated tx to save, if it exists in the current shapeShiftTxList
*
*/
saveTx (tx) {
@@ -132,7 +132,7 @@ class ShapeshiftController {
/**
* Removes a ShapeShiftTx from the shapeShiftTxList
*
- * @params {ShapeShiftTx} tx The tx to remove
+ * @param {ShapeShiftTx} tx The tx to remove
*
*/
removeShapeShiftTx (tx) {