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 2E8E7200CB0 for ; Fri, 9 Jun 2017 00:17:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2D397160BD5; Thu, 8 Jun 2017 22:17:46 +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 7D467160BE5 for ; Fri, 9 Jun 2017 00:17:45 +0200 (CEST) Received: (qmail 30848 invoked by uid 500); 8 Jun 2017 22:17:39 -0000 Mailing-List: contact dev-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 dev@flex.apache.org Received: (qmail 30837 invoked by uid 99); 8 Jun 2017 22:17:39 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2017 22:17:39 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id F00E6C06D2 for ; Thu, 8 Jun 2017 22:17:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.048 X-Spam-Level: X-Spam-Status: No, score=-0.048 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id NSq7rMwinXeQ for ; Thu, 8 Jun 2017 22:17:38 +0000 (UTC) Received: from icp-osb-irony-out5.external.iinet.net.au (icp-osb-irony-out5.external.iinet.net.au [203.59.1.221]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 030995F640 for ; Thu, 8 Jun 2017 22:17:36 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CjAABSzDlZ/42NqXwNURoBAQEBAgEBAQEIAQEBAb1ShiEBAgKDUgECAQEBAQEChiwCAQM6TwsNOVe6YIMRJotFAQEBBwIBJYhsgnWFNoJ2gjEFnjqUKIECAYk3hluQH4RJgRZLMCEIGxVZAYJlhCWKLgEBAQ X-IPAS-Result: A2CjAABSzDlZ/42NqXwNURoBAQEBAgEBAQEIAQEBAb1ShiEBAgKDUgECAQEBAQEChiwCAQM6TwsNOVe6YIMRJotFAQEBBwIBJYhsgnWFNoJ2gjEFnjqUKIECAYk3hluQH4RJgRZLMCEIGxVZAYJlhCWKLgEBAQ X-IronPort-AV: E=Sophos;i="5.39,315,1493654400"; d="scan'208";a="615487717" Received: from unknown (HELO [192.168.0.5]) ([124.169.141.141]) by icp-osb-irony-out5.iinet.net.au with ESMTP; 09 Jun 2017 06:17:28 +0800 From: Justin Mclean Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [FlexJS] more on undefined / non initialised values Date: Fri, 9 Jun 2017 08:17:27 +1000 References: <4CA74751-77F7-4AA1-BE7E-A8742C11CF46@classsoftware.com> To: dev@flex.apache.org In-Reply-To: Message-Id: <7A4FDBFB-FDE7-42E8-B0F4-0564206FA45A@classsoftware.com> X-Mailer: Apple Mail (2.3273) archived-at: Thu, 08 Jun 2017 22:17:46 -0000 Hi, Also how wold you fix this? if (someBoolean == (complex expression that equals false)) Thanks, Justin