Skip to content

Commit

Permalink
fix(types): fix Finder item url definition (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arinono committed Oct 8, 2020
1 parent b446e3c commit f2ac980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@jxa/types/src/core/Finder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export namespace Finder {
/**
* the URL of the item
*/
URL(): string;
url(): string;
/**
* the user that owns the container
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/@jxa/types/tools/sdefs/Finder.sdef
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<property name="creation date" code="ascd" type="date" access="r" description="the date on which the item was created"/>
<property name="modification date" code="asmo" type="date" description="the date on which the item was last modified"/>
<property name="icon" code="iimg" type="icon family" description="the icon bitmap of the item"/>
<property name="URL" code="pURL" type="text" access="r" description="the URL of the item"/>
<property name="url" code="purl" type="text" access="r" description="the URL of the item"/>
<property name="owner" code="sown" type="text" description="the user that owns the container"/>
<property name="group" code="sgrp" type="text" description="the user or group that has special access to the container"/>
<property name="owner privileges" code="ownr" type="priv"/>
Expand Down

0 comments on commit f2ac980

Please sign in to comment.