Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Fix little bug (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
antechrestos authored Dec 13, 2016
1 parent 1e98eb8 commit af1a720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var UriGenerator = function() {

function oneFileLoadingReady() {
if (that.adj.length != 0 && that.adv.length != 0 && that.noun.length != 0) {
debug("url generator is ready. have a sample = %s",this.generateUrl());
debug("url generator is ready. have a sample = %s", that.generateUrl());
}
}

Expand Down

0 comments on commit af1a720

Please sign in to comment.