Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4EDD2200CC7 for ; Sun, 16 Jul 2017 14:45:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B8E7161576; Sun, 16 Jul 2017 12:45:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 91A71161083 for ; Sun, 16 Jul 2017 14:45:20 +0200 (CEST) Received: (qmail 66482 invoked by uid 500); 16 Jul 2017 12:45:19 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 66474 invoked by uid 99); 16 Jul 2017 12:45:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jul 2017 12:45:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4B14CE360F; Sun, 16 Jul 2017 12:45:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: harbs@apache.org To: commits@flex.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - Fixed readme and made buttons a bit wider Date: Sun, 16 Jul 2017 12:45:18 +0000 (UTC) archived-at: Sun, 16 Jul 2017 12:45:21 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop 0cd271bf7 -> 39b3f9b20 Fixed readme and made buttons a bit wider Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/39b3f9b2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/39b3f9b2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/39b3f9b2 Branch: refs/heads/develop Commit: 39b3f9b20a8a084426a889e9256b84523d614e77 Parents: 0cd271b Author: Harbs Authored: Sun Jul 16 15:45:13 2017 +0300 Committer: Harbs Committed: Sun Jul 16 15:45:13 2017 +0300 ---------------------------------------------------------------------- examples/flexjs/DebuggingExample/README.txt | 2 ++ .../src/main/flex/MyInitialView.mxml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/39b3f9b2/examples/flexjs/DebuggingExample/README.txt ---------------------------------------------------------------------- diff --git a/examples/flexjs/DebuggingExample/README.txt b/examples/flexjs/DebuggingExample/README.txt index 628187f..7a7fd51 100644 --- a/examples/flexjs/DebuggingExample/README.txt +++ b/examples/flexjs/DebuggingExample/README.txt @@ -21,6 +21,8 @@ DESCRIPTION The DebuggingExample shows how to use the debugging package. +The debugging functions will only be called in the debug build and will do nothing in the release build. + This Flex application may be run as a Flash SWF or cross-compiled (using Falcon JX) into JavaScript and HTML and run without Flash. http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/39b3f9b2/examples/flexjs/DebuggingExample/src/main/flex/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DebuggingExample/src/main/flex/MyInitialView.mxml b/examples/flexjs/DebuggingExample/src/main/flex/MyInitialView.mxml index 16841d9..266e750 100644 --- a/examples/flexjs/DebuggingExample/src/main/flex/MyInitialView.mxml +++ b/examples/flexjs/DebuggingExample/src/main/flex/MyInitialView.mxml @@ -91,13 +91,13 @@ limitations under the License. - - - - - - - - - + + + + + + + + +