[GitHub] flex-asjs pull request: SCRIPT_HOME path had extra slash

2015-05-12 Thread kevinGodell
GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-asjs/pull/1 SCRIPT_HOME path had extra slash You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinGodell/flex-asjs patch-1 Alternatively you can

[GitHub] flex-asjs pull request: SCRIPT_HOME not getting defined if FALCON_...

2015-05-14 Thread kevinGodell
GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-asjs/pull/2 SCRIPT_HOME not getting defined if FALCON_HOME is defined You can merge this pull request into a Git repository by running: $ git pull https://github.com/kevinGodell/flex-asjs develop

[GitHub] flex-sdk pull request: Update Alert.as

2015-01-01 Thread kevinGodell
GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-sdk/pull/13 Update Alert.as This typo causes an error when assigning a skinClass at runtime. This is my first time using git. Forgive me if I have done this incorrectly. You can merge this pull request

[GitHub] flex-sdk pull request: FLEX-34712 bug fix for callout positioning ...

2015-01-14 Thread kevinGodell
GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-sdk/pull/14 FLEX-34712 bug fix for callout positioning on android device rotation Created function queued_systemManager_resizeHandler() and moved code from systemManager_resizeHandler() to that new

[GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-04 Thread kevinGodell
GitHub user kevinGodell opened a pull request: https://github.com/apache/flex-sdk/pull/17 deleted "removed = source.splice(index, 1)[0];" removed duplicate manipulation of source array which was causing a second item to be unnecessarily removed in function removeItemAt(