Skip to content

Commit

Permalink
fix: signature
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 24, 2018
1 parent 5d50d51 commit a2d4e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modifiers/d.js
@@ -1,6 +1,6 @@
"use strict";

module.exports = function (value/*, placeholder, formatData*/) {
module.exports = function (value/*, placeholder, argIndex, args*/) {
try {
return String(Number(value));
} catch (e) {
Expand Down

0 comments on commit a2d4e62

Please sign in to comment.