You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/03 23:31:03 UTC

[royale-asjs] branch feature/MXRoyale updated: forgot import

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 392d8c6  forgot import
392d8c6 is described below

commit 392d8c69deee99ea0a3c3cd60d89c37783bf5c2e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Fri Aug 3 16:30:56 2018 -0700

    forgot import
---
 .../SparkRoyale/src/main/royale/spark/components/BorderContainer.as   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as
index d302159..f5b0b0c 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/BorderContainer.as
@@ -19,6 +19,10 @@
 
 package spark.components
 {
+COMPILE::JS
+{
+    import goog.DEBUG;
+}
 //import mx.graphics.IFill;
 //import mx.graphics.IStroke;