Skip to content

Commit

Permalink
Standardis the use of the localName to set the property values.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Sep 6, 2010
1 parent 1b401d9 commit 20f560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gallery3Api/src/org/gallery3/api/GalleryResource.as
Expand Up @@ -146,7 +146,7 @@ package org.gallery3.api {
}

flash_proxy override function getProperty(name: *): * {
return _values[name.localName] || null;
return _values[name] || null;
}

flash_proxy override function setProperty(name: *, value: *): void {
Expand Down

0 comments on commit 20f560e

Please sign in to comment.