mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-02-01 07:31:41 +03:00
Merge branch 'ed'
This commit is contained in:
commit
1f494b16d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ build/
|
|||||||
sftp-config.json
|
sftp-config.json
|
||||||
coverage/
|
coverage/
|
||||||
temp/
|
temp/
|
||||||
|
.idea
|
@ -826,6 +826,13 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
hideControls: function() {
|
||||||
|
beginControlsAutoHide(this);
|
||||||
|
},
|
||||||
|
|
||||||
|
showControls: function() {
|
||||||
|
abortControlsAutoHide(this);
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @function
|
* @function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user