You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2020/10/28 10:17:24 UTC

[royale-asjs] 02/02: This import should not be necessary

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 7098f4a3caef4e49e4bd39b915c8c0a5a694fedd
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Oct 28 12:17:03 2020 +0200

    This import should not be necessary
---
 .../Core/src/main/royale/org/apache/royale/debugging/assertType.as      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/debugging/assertType.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/debugging/assertType.as
index 647c60f..6a97e1b 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/debugging/assertType.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/debugging/assertType.as
@@ -18,7 +18,7 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.royale.debugging
 {
-
+    import org.apache.royale.debugging.assert;
     COMPILE::JS
     {
         import goog.DEBUG;