Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEE4618697 for ; Tue, 25 Aug 2015 14:58:19 +0000 (UTC) Received: (qmail 68864 invoked by uid 500); 25 Aug 2015 14:58:19 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 68832 invoked by uid 500); 25 Aug 2015 14:58: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 68824 invoked by uid 99); 25 Aug 2015 14:58: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; Tue, 25 Aug 2015 14:58:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4215E0F7F; Tue, 25 Aug 2015 14:58:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Tue, 25 Aug 2015 14:58:19 -0000 Message-Id: <02f32c2aebe144ba851f761fb051c2a7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] git commit: [flex-asjs] [refs/heads/develop] - missing require Repository: flex-asjs Updated Branches: refs/heads/develop cb957d388 -> 052af9d3c missing require Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/9e94963c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/9e94963c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/9e94963c Branch: refs/heads/develop Commit: 9e94963c19e42a24bcf847fcc909a0c3deee2f2d Parents: cb957d3 Author: Alex Harui Authored: Tue Aug 25 07:57:04 2015 -0700 Committer: Alex Harui Committed: Tue Aug 25 07:57:04 2015 -0700 ---------------------------------------------------------------------- frameworks/projects/Core/js/src/org/apache/flex/utils/Timer.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/9e94963c/frameworks/projects/Core/js/src/org/apache/flex/utils/Timer.js ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/js/src/org/apache/flex/utils/Timer.js b/frameworks/projects/Core/js/src/org/apache/flex/utils/Timer.js index 49240e6..4c3936f 100644 --- a/frameworks/projects/Core/js/src/org/apache/flex/utils/Timer.js +++ b/frameworks/projects/Core/js/src/org/apache/flex/utils/Timer.js @@ -14,6 +14,7 @@ goog.provide('org.apache.flex.utils.Timer'); +goog.require('org.apache.flex.events.Event'); goog.require('org.apache.flex.events.EventDispatcher');