mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
moving many psuedo private methods to actual closure private methods. moving many psuedo private properties and public accessors to simple public properties. see changeset for details.
This commit is contained in:
parent
193ed95435
commit
1726a878c1
831
openseadragon.js
831
openseadragon.js
File diff suppressed because it is too large
Load Diff
@ -55,12 +55,12 @@ OpenSeadragon = window.OpenSeadragon || (function(){
|
||||
'[object Object]': 'object'
|
||||
},
|
||||
// Save a reference to some core methods
|
||||
toString = Object.prototype.toString,
|
||||
hasOwn = Object.prototype.hasOwnProperty,
|
||||
push = Array.prototype.push,
|
||||
slice = Array.prototype.slice,
|
||||
trim = String.prototype.trim,
|
||||
indexOf = Array.prototype.indexOf;
|
||||
toString = Object.prototype.toString,
|
||||
hasOwn = Object.prototype.hasOwnProperty,
|
||||
push = Array.prototype.push,
|
||||
slice = Array.prototype.slice,
|
||||
trim = String.prototype.trim,
|
||||
indexOf = Array.prototype.indexOf;
|
||||
|
||||
return {
|
||||
// See test/unit/core.js for details concerning isFunction.
|
||||
|
819
src/viewer.js
819
src/viewer.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user