Lines Matching refs:_defineProperty
26 function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { val…
31 _defineProperty(this, "defaultOptions", {
82 _defineProperty(this, "transitionPrefix", void 0);
83 _defineProperty(this, "isPassiveEventsSupported", void 0);
84 _defineProperty(this, "transitionCapable", false);
85 _defineProperty(this, "isTouchDevice", 'ontouchstart' in window);
86 _defineProperty(this, "isAppleDevice", /(Mac|iPhone|iPod|iPad)/i.test(navigator.platform));
87 _defineProperty(this, "initialLocationHash", void 0);
88 _defineProperty(this, "pushStateSupport", 'pushState' in history);
89 _defineProperty(this, "isOpen", false);
90 _defineProperty(this, "isAnimating", false);
91 _defineProperty(this, "isClosing", false);
92 _defineProperty(this, "isFadeIn", false);
93 _defineProperty(this, "urlChangedOnce", false);
94 _defineProperty(this, "hashReseted", false);
95 _defineProperty(this, "historyHasChanges", false);
96 _defineProperty(this, "historyUpdateTimeout", null);
97 _defineProperty(this, "currentImage", void 0);
98 _defineProperty(this, "eventNamespace", 'simplelightbox');
99 _defineProperty(this, "domNodes", {});
100 _defineProperty(this, "loadedImages", []);
101 _defineProperty(this, "initialImageIndex", 0);
102 _defineProperty(this, "currentImageIndex", 0);
103 _defineProperty(this, "initialSelector", null);
104 _defineProperty(this, "globalScrollbarWidth", 0);
105 _defineProperty(this, "controlCoordinates", {