mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Fix library URLs
This commit is contained in:
parent
9347f72e29
commit
b3fa1234b1
@ -25,7 +25,7 @@ Builtin.prototype.getDescription = function() {
|
||||
};
|
||||
|
||||
Builtin.prototype.getURL = function() {
|
||||
if (this.type == "class")
|
||||
if (this.type == "class" || this.type == "library")
|
||||
anchor = this.class;
|
||||
else if ("class" in this)
|
||||
anchor = "l_"+this.class+"_"+this.name;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user