jQuery
Plugins
UI
Blog
About
Donate
Download
Documentation
Tutorials
Bug Tracker
Discussion
Bug Tracker
Search
Tickets
Go
Tracker Account
Login
About Trac
Preferences
Help/Guide
Register
Bug Tracker
Wiki
Roadmap
Browse Source
View Tickets
Search
Timeline
Ticket #2172
: opera.patch
File opera.patch,
0.6 kB
(added by scott.gonzalez,
1 year
ago)
ui.resizable.js
165
165
166
166
var el = this.helper, o = this.options;
167
167
var change = function(a,b) {
168
var mod = (e['page'+(/(top|height)/.test(a) ? 'Y' : 'X')] - o.startPosition[
(/(top|height)/.test(a) ? 'top' : 'left')]) * (b ? -1 : 1);
168
var mod = (e['page'+(/(top|height)/.test(a) ? 'Y' : 'X')] - o.startPosition[
''+
(/(top|height)/.test(a) ? 'top' : 'left')]) * (b ? -1 : 1);
169
169
el.css(a, o['current'+(/(height|width)/.test(a) ? 'Size' : 'Position')][a] - mod);
170
170
};
171
171
Download in other formats:
Original Format