two formatting fixes
This commit is contained in:
parent
428b1ab1ef
commit
1f9846f157
2 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ function typeProperties_macro (param) {
|
|||
// look up in mappings table if line matches:
|
||||
for (var e = mappings.keys (); e.hasMoreElements (); ) {
|
||||
var key = e.nextElement ();
|
||||
var reg = new RegExp ('^' + key + '\\W');
|
||||
var reg = new RegExp ('^' + key + '\\s');
|
||||
if (arr[i].match (reg)) {
|
||||
// it matched, wrap line in a link to that prototype:
|
||||
var docProtoObj = this.getApplication ().getPrototype (mappings.getProperty (key));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue