Repository: flex-falcon Updated Branches: refs/heads/develop 8db677dd8 -> d73f0105e
need this for trace Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/d73f0105 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d73f0105 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d73f0105 Branch: refs/heads/develop Commit: d73f0105e57cabfa7fc837ea9830cb266e90f4e7 Parents: 8db677d Author: Alex Harui <[email protected]> Authored: Tue Dec 15 15:14:32 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Dec 15 15:14:32 2015 -0800 ---------------------------------------------------------------------- externs/GCL/src/goog/global.as | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d73f0105/externs/GCL/src/goog/global.as ---------------------------------------------------------------------- diff --git a/externs/GCL/src/goog/global.as b/externs/GCL/src/goog/global.as new file mode 100644 index 0000000..6f097e8 --- /dev/null +++ b/externs/GCL/src/goog/global.as @@ -0,0 +1,19 @@ +// Copyright 2005 The Closure Library Authors. All Rights Reserved. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS-IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package goog { +public class global { + public static function get console():Object {return null;} +} +}
