Skip to content
Snippets Groups Projects
Commit 7f87c495 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

make new param optional in doc

parent 107b74f2
No related branches found
No related tags found
1 merge request!8307reattach two variables in reports
/** /**
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @param {number} brokenSlaves * @param {number} [brokenSlaves]
* @returns {string} * @returns {string}
*/ */
App.SlaveAssignment.stayConfined = function(slave, brokenSlaves) { App.SlaveAssignment.stayConfined = function(slave, brokenSlaves) {
......
...@@ -20,7 +20,7 @@ App.SlaveAssignment.workAGloryHole = (function() { ...@@ -20,7 +20,7 @@ App.SlaveAssignment.workAGloryHole = (function() {
/** /**
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @param {number} profits * @param {number} [profits]
* @returns {string} * @returns {string}
*/ */
function saWorkAGloryHole(slave, profits) { function saWorkAGloryHole(slave, profits) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment