Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroperfox committed Aug 6, 2024
1 parent b6b07a0 commit 830b8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/as3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1238,12 +1238,12 @@ export function tostring(arg: any): string
/**
* The `AS3` namespace.
*/
export const as3ns = packagens("http://adobe.com/AS3/2006/builtin");
export const as3ns = new Userns("http://adobe.com/AS3/2006/builtin");

/**
* The `flash_proxy` namespace.
*/
export const flashproxyns = packagens("http://www.adobe.com/2006/actionscript/flash/proxy");
export const flashproxyns = new Userns("http://www.adobe.com/2006/actionscript/flash/proxy");

// ----- Globals -----

Expand Down

0 comments on commit 830b8ff

Please sign in to comment.