equal
deleted
inserted
replaced
72 var _this = this, |
72 var _this = this, |
73 _allowScroll = true, |
73 _allowScroll = true, |
74 _originalScale = 1, |
74 _originalScale = 1, |
75 _zooming = false, |
75 _zooming = false, |
76 _lastTapX = 0, |
76 _lastTapX = 0, |
77 _lastTapY = 0; |
77 _lastTapY = 0, |
|
78 _lastTap = 0; |
78 |
79 |
79 this.image_cache = {}; |
80 this.image_cache = {}; |
80 this.icon_cache = {}; |
81 this.icon_cache = {}; |
81 |
82 |
82 ['edit', 'remove', 'hide', 'show', 'link', 'enlarge', 'shrink', 'revert' ].forEach(function(imgname) { |
83 ['edit', 'remove', 'hide', 'show', 'link', 'enlarge', 'shrink', 'revert' ].forEach(function(imgname) { |