I'm using Facebook's javascript sdk and it has double forward slashes. What do they mean?
<script src="//connect.facebook.net/en_US/all.js"></script>
I know a single / means root directory, but what is //? Is that telling the source to use http:// and then the path?