js side needs to allow this error in binding
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ea080799 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ea080799 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ea080799 Branch: refs/heads/feature-autobuild/maven-archetypes Commit: ea08079922e4da06dfd96f58127ca8cfb8a92f93 Parents: 9a2e686 Author: Alex Harui <[email protected]> Authored: Tue Oct 4 21:25:37 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Oct 4 21:25:37 2016 -0700 ---------------------------------------------------------------------- .../Binding/src/main/flex/org/apache/flex/binding/WatcherBase.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ea080799/frameworks/projects/Binding/src/main/flex/org/apache/flex/binding/WatcherBase.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Binding/src/main/flex/org/apache/flex/binding/WatcherBase.as b/frameworks/projects/Binding/src/main/flex/org/apache/flex/binding/WatcherBase.as index a09f1df..9b8f9cd 100644 --- a/frameworks/projects/Binding/src/main/flex/org/apache/flex/binding/WatcherBase.as +++ b/frameworks/projects/Binding/src/main/flex/org/apache/flex/binding/WatcherBase.as @@ -295,6 +295,7 @@ package org.apache.flex.binding "Call attempted on an object that is not a function.", "null has no properties.", "undefined has no properties.", + "undefined is not an object", "has no properties.", "and there is no default value", "invalid null argument."
