Merge pull request #168 from jorix/Docs-issues3
Some problems in the documentation
This commit is contained in:
@@ -935,7 +935,7 @@ OpenLayers.Util.lastSeqID = 0;
|
||||
* prefix (defaults to "id_") appended with the counter value.
|
||||
*
|
||||
* Parameters:
|
||||
* prefix {String} Optionsal string to prefix unique id. Default is "id_".
|
||||
* prefix - {String} Optional string to prefix unique id. Default is "id_".
|
||||
*
|
||||
* Returns:
|
||||
* {String} A unique id string, built on the passed in prefix.
|
||||
@@ -1252,6 +1252,9 @@ OpenLayers.Util.pagePosition = function(forElement) {
|
||||
* document.body or document.documentElement, depending on the document's
|
||||
* compatibility mode (see
|
||||
* http://code.google.com/p/doctype/wiki/ArticleClientViewportElement)
|
||||
*
|
||||
* Returns:
|
||||
* {DOMElement}
|
||||
*/
|
||||
OpenLayers.Util.getViewportElement = function() {
|
||||
var viewportElement = arguments.callee.viewportElement;
|
||||
|
||||
Reference in New Issue
Block a user