aboutsummaryrefslogtreecommitdiff
path: root/lib/commerce.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commerce.js')
-rw-r--r--lib/commerce.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/commerce.js b/lib/commerce.js
index e5a35ee7..306cf337 100644
--- a/lib/commerce.js
+++ b/lib/commerce.js
@@ -18,10 +18,8 @@ var Commerce = function (faker) {
* department
*
* @method faker.commerce.department
- * @param {number} max
- * @param {number} fixedAmount
*/
- self.department = function(max, fixedAmount) {
+ self.department = function() {
return faker.random.arrayElement(faker.definitions.commerce.department);
};