Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
purge committed Oct 23, 2017
1 parent 655ffc9 commit 6a12ec7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "youarei",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/purge/youarei.js",
"authors": [
"Simon Elliott <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/youarei.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
return spl;
},

path_to_string: function(opt_path) {
path = (opt_path || this._path).join("/");
path_to_string: function(path) {
path = (path || this._path).join("/");
if (this._path_leading_slash) path = '/' + path;
if (this._path_trailing_slash) path = path + '/';
return path;
Expand Down
2 changes: 1 addition & 1 deletion dist/youarei.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youarei",
"version": "1.0.2",
"version": "1.0.3",
"description": "URI specialist",
"main": "src/youarei.js",
"browser": "dist/youarei.min.js",
Expand Down

0 comments on commit 6a12ec7

Please sign in to comment.