Skip to content

Commit

Permalink
Rebuild dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenz committed Mar 2, 2016
1 parent ef33570 commit 7844e10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions javascript/dist/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@
params[_key - 1] = arguments[_key];
}

console.log(s);
console.log(params);
if (params.length === 0) {
return s;
}
Expand All @@ -134,7 +132,7 @@
return match;
}

return subMatch1 + params[i += 1];
return subMatch1 + params[i++];
});
}
}, {
Expand Down

0 comments on commit 7844e10

Please sign in to comment.