diff --git a/examples/loader.js b/examples/loader.js index 52feee5a4e..7c56ba7ff6 100644 --- a/examples/loader.js +++ b/examples/loader.js @@ -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