mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-20 01:31:45 +03:00
openseadragon.js: remove unused builtin aliases
This commit is contained in:
parent
8c433ba81c
commit
eafc822aa8
@ -291,11 +291,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){
|
|||||||
},
|
},
|
||||||
// Save a reference to some core methods
|
// Save a reference to some core methods
|
||||||
toString = Object.prototype.toString,
|
toString = Object.prototype.toString,
|
||||||
hasOwn = Object.prototype.hasOwnProperty,
|
hasOwn = Object.prototype.hasOwnProperty;
|
||||||
push = Array.prototype.push,
|
|
||||||
slice = Array.prototype.slice,
|
|
||||||
trim = String.prototype.trim,
|
|
||||||
indexOf = Array.prototype.indexOf;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user