mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
ignore .idea files, added show/hide controls methods
This commit is contained in:
parent
425d78ddb4
commit
c5a8074b1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ build/
|
||||
sftp-config.json
|
||||
coverage/
|
||||
temp/
|
||||
.idea
|
@ -826,6 +826,13 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
||||
return this;
|
||||
},
|
||||
|
||||
hideControls: function() {
|
||||
beginControlsAutoHide(this);
|
||||
},
|
||||
|
||||
showControls: function() {
|
||||
abortControlsAutoHide(this);
|
||||
},
|
||||
|
||||
/**
|
||||
* @function
|
||||
|
Loading…
Reference in New Issue
Block a user