Merge pull request #5102 from openlayers/jsonp-typo
Fix typo in API docs
This commit is contained in:
@@ -9,7 +9,7 @@ goog.provide('ol.net');
|
||||
* appended.
|
||||
* @param {Function} callback Callback on success.
|
||||
* @param {function()=} opt_errback Callback on error.
|
||||
* @param {string=} opt_callbackParam Custom qurey parameter for the JSONP
|
||||
* @param {string=} opt_callbackParam Custom query parameter for the JSONP
|
||||
* callback. Default is 'callback'.
|
||||
*/
|
||||
ol.net.jsonp = function(url, callback, opt_errback, opt_callbackParam) {
|
||||
|
||||
Reference in New Issue
Block a user