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


The following commit(s) were added to refs/heads/develop by this push:
     new 1770daa  Fixed compiler warning
1770daa is described below

commit 1770daa14272f8ce57d52433310b7f7a551e13ac
Author: Harbs <[email protected]>
AuthorDate: Wed Dec 27 13:15:08 2017 +0200

    Fixed compiler warning
---
 .../MaterialDesignLite/src/main/royale/org/apache/royale/mdl/Dialog.as  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/Dialog.as
 
b/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/Dialog.as
index 715672f..5f331fd 100644
--- 
a/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/Dialog.as
+++ 
b/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/Dialog.as
@@ -111,7 +111,7 @@ package org.apache.royale.mdl
 
                                        if (!("showModal" in dialog))
                                        {
-                                               
dialogPolyfill["registerDialog"](dialog);
+                                               
window["dialogPolyfill"]["registerDialog"](dialog);
                                        }
                                }
                        }

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to