You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2017/08/08 10:31:25 UTC

git commit: [flex-asjs] [refs/heads/develop] - Use protocol-relative links

Repository: flex-asjs
Updated Branches:
  refs/heads/develop c874c8e1e -> 574faa160


Use protocol-relative links


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/574faa16
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/574faa16
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/574faa16

Branch: refs/heads/develop
Commit: 574faa160b5de2ef0537a1b160029f73bcb1c9ee
Parents: c874c8e
Author: Harbs <ha...@in-tools.com>
Authored: Tue Aug 8 13:31:20 2017 +0300
Committer: Harbs <ha...@in-tools.com>
Committed: Tue Aug 8 13:31:20 2017 +0300

----------------------------------------------------------------------
 .../src/main/flex/org/apache/flex/mdl/Dialog.as                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/574faa16/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as
index 8ba2019..0b2c60a 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as
+++ b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as
@@ -49,8 +49,8 @@ package org.apache.flex.mdl
 		 *  constructor.
          *
          *  <inject_html>
-         *  <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.css">
-         *  <script src="https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.js"></script>
+         *  <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.css">
+         *  <script src="//cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.js"></script>
          *  </inject_html>
 		 *
 		 *  @langversion 3.0