Skip to content
This repository was archived by the owner on Oct 30, 2021. It is now read-only.

typo in logic.php #21

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

rgmears
Copy link

@rgmears rgmears commented Jun 19, 2014

http: missing before //html5shim ... on line 475

http: missing before //html5shim ... on line 475
@NinjaSentry
Copy link

Hi, good to know you're keeping an eye out for bugs, but it's not actually a typo.

This is known as a protocol relative style url. It allows a resource to be loaded from either http:// or https:// , without needing to specifically set it as one or the other.

You can find more info about it here :
http://www.paulirish.com/2010/the-protocol-relative-url/

Also used in the html5 boilerpate for example :
https://github.com/h5bp/html5-boilerplate/blob/master/index.html

:)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants