Better comments in loader.js

This commit is contained in:
Éric Lemoine
2012-10-16 21:56:35 +02:00
parent 190e21f796
commit 4b6ef3c046

View File

@@ -1,10 +1,12 @@
/**
* Loader to add the plovr generated script to the document. The following
* default values may be overridden with query string parameters:
* Loader to add the plovr generated script and ol.css to the document.
*
* * hostname - the current hostname
* The following default values may be overridden with query string
* parameters:
*
* * hostname - the current hostname (window.location.hostname)
* * port - 9810
* * mode - ADVANCED
* * id - id param in loader.js query string; defaults to 'ol' if not set