Skip to content

Commit d16d279

Browse files
author
p01
committed
added missing setter in URI and fixed the _parse and _init calls
1 parent 2e65a5b commit d16d279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/uri.js

Lines changed: 1 addition & 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__(prop, function() {});
41+
this.__defineSetter__(prhg op, function() {});
4242
}, this);
4343

4444
this.__defineGetter__("filename", function()

0 commit comments

Comments
 (0)