mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-01 07:31:41 +03:00
Add @private to internal methods.
This commit is contained in:
parent
116cf7449f
commit
6a24af3743
@ -1729,6 +1729,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
* Retrieves the protocol used by the url. The url can either be absolute
|
* Retrieves the protocol used by the url. The url can either be absolute
|
||||||
* or relative.
|
* or relative.
|
||||||
* @function
|
* @function
|
||||||
|
* @private
|
||||||
* @param {String} url The url to retrieve the protocol from.
|
* @param {String} url The url to retrieve the protocol from.
|
||||||
* @return {String} The protocol (http:, https:, file:, ftp: ...)
|
* @return {String} The protocol (http:, https:, file:, ftp: ...)
|
||||||
*/
|
*/
|
||||||
@ -1743,6 +1744,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Create an XHR object
|
* Create an XHR object
|
||||||
|
* @private
|
||||||
* @param {type} [local] If set to true, the XHR will be file: protocol
|
* @param {type} [local] If set to true, the XHR will be file: protocol
|
||||||
* compatible if possible (but may raise a warning in the browser).
|
* compatible if possible (but may raise a warning in the browser).
|
||||||
* @returns {XMLHttpRequest}
|
* @returns {XMLHttpRequest}
|
||||||
@ -1782,7 +1784,6 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
return $.createAjaxRequest( local );
|
return $.createAjaxRequest( local );
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes an AJAX request.
|
* Makes an AJAX request.
|
||||||
* @function
|
* @function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user