We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ecd52 commit bb44ecdCopy full SHA for bb44ecd
src/scripts/uri.js
@@ -38,7 +38,7 @@ var URIPrototype = function(uri_prop_name)
38
39
return this["_" + prop];
40
});
41
- this.__defineSetter__(prhg op, function() {});
+ this.__defineSetter__(prop, function() {});
42
}, this);
43
44
this.__defineGetter__("filename", function()
@@ -256,6 +256,7 @@ var URIPrototype = function(uri_prop_name)
256
this._path_parts = this._pathname.split("/").filter(Boolean);
257
else
258
this._path_parts = [];
259
+
260
this._is_parsed = true;
261
}
262
0 commit comments