Skip to content

Commit bb44ecd

Browse files
author
p01
committed
typo in uri
1 parent 36ecd52 commit bb44ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/uri.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var URIPrototype = function(uri_prop_name)
3838

3939
return this["_" + prop];
4040
});
41-
this.__defineSetter__(prhg op, function() {});
41+
this.__defineSetter__(prop, function() {});
4242
}, this);
4343

4444
this.__defineGetter__("filename", function()
@@ -256,6 +256,7 @@ var URIPrototype = function(uri_prop_name)
256256
this._path_parts = this._pathname.split("/").filter(Boolean);
257257
else
258258
this._path_parts = [];
259+
259260
this._is_parsed = true;
260261
}
261262

0 commit comments

Comments
 (0)