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 2017/12/07 15:18:34 UTC

[royale-asjs] 12/12: protocol-relative links

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

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

commit 80230dd7c0ead0015acb639aea18cd4d7ee835a1
Author: Harbs <ha...@in-tools.com>
AuthorDate: Thu Dec 7 17:17:57 2017 +0200

    protocol-relative links
---
 .../src/main/royale/org/apache/royale/createjs/Application.as         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/CreateJS/src/main/royale/org/apache/royale/createjs/Application.as b/frameworks/projects/CreateJS/src/main/royale/org/apache/royale/createjs/Application.as
index 931bf05..2b452a9 100644
--- a/frameworks/projects/CreateJS/src/main/royale/org/apache/royale/createjs/Application.as
+++ b/frameworks/projects/CreateJS/src/main/royale/org/apache/royale/createjs/Application.as
@@ -175,8 +175,8 @@ package org.apache.royale.createjs
          * "inject_html" tag as follows:
          *
          * <inject_html>
-         * <script src="https://code.createjs.com/easeljs-0.8.1.min.js"></script>
-		 * <script src="https://code.createjs.com/tweenjs-0.6.2.min.js"></script>
+         * <script src="//code.createjs.com/easeljs-0.8.1.min.js"></script>
+		 * <script src="//code.createjs.com/tweenjs-0.6.2.min.js"></script>
          * </inject_html>
          */
 		public function Application()

-- 
To stop receiving notification emails like this one, please contact
"commits@royale.apache.org" <co...@royale.apache.org>.