Changeset 6200
- Timestamp:
- 02/11/08 04:54:21 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Events.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Format/SLD.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Icon.js (modified) (2 diffs)
- trunk/openlayers/lib/OpenLayers/Renderer/SVG.js (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Style.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers.js
r6177 r6200 33 33 * 34 34 * Returns: 35 * Path to this script35 * {String} Path to this script 36 36 */ 37 37 _getScriptLocation: function () { trunk/openlayers/lib/OpenLayers/Events.js
r6149 r6200 698 698 * evt - {Event} 699 699 * 700 * Returns 700 * Returns: 701 701 * {<OpenLayers.Pixel>} The current xy coordinate of the mouse, adjusted 702 702 * for offsets trunk/openlayers/lib/OpenLayers/Format/SLD.js
r6131 r6200 196 196 * Parameters: 197 197 * xmlNode - {<DOMElement>} 198 * name - {String} The name of the returned rule. 198 199 * 199 200 * Returns: … … 567 568 * attributeName - {String} name of the attribute to match 568 569 * attributeValue - {String} optional value of the attribute 570 * 571 * Returns: 572 * {DOMElement} 569 573 */ 570 574 getNodeWithAttribute: function(xmlNodeList, attributeName, attributeValue) { trunk/openlayers/lib/OpenLayers/Icon.js
r5614 r6200 99 99 * Method: setSize 100 100 * 101 * Parameters: 101 102 * size - {<OpenLayers.Size>} 102 103 */ … … 111 112 * Method: setUrl 112 113 * 114 * Parameters: 113 115 * url - {String} 114 116 */ trunk/openlayers/lib/OpenLayers/Renderer/SVG.js
r5909 r6200 72 72 * Method: inValidRange 73 73 * See #669 for more information 74 * 74 75 * Parameters: 75 76 * x - {Integer} trunk/openlayers/lib/OpenLayers/Style.js
r6131 r6200 189 189 * available) 190 190 * 191 * Returns ;191 * Returns: 192 192 * {Object} the modified style 193 193 */
