Skip to content

Commit

Permalink
export replaceParams in strings
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 6, 2014
1 parent f9c83c5 commit 5c5aec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ var replaceParams = (function() {

exports.startsWith = startsWith;
exports.endsWith = endsWith;
exports.replaceParams = replaceParams;



0 comments on commit 5c5aec0

Please sign in to comment.