github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 550
    • 88
  • Source
  • Commits
  • Network (88)
  • Graphs
  • Tree: a4488af

click here to add a description

click here to add a homepage

  • Switch Branches (7)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
  • Switch Tags (18)
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

Fix 'this.options is undefined' in sortable by using this instead of self
ornicar (author)
Wed May 05 01:43:03 -0700 2010
scottgonzalez (committer)
Wed May 05 04:14:55 -0700 2010
commit  a4488aff7c62f3e2db6f
tree    65b1624fe1acde246774
parent  0ad5ac73822fdabef26e
M ui/jquery.ui.sortable.js 2 ••
Txt ui/jquery.ui.sortable.js
  • View file @ a4488af
... ...
@@ -81,7 +81,7 @@ $.widget("ui.sortable", $.ui.mouse, {
81 81
         [ value ? "addClass" : "removeClass"]( "ui-sortable-disabled" );
82 82
     } else {
83 83
       // Don't call widget base _setOption for disable as it adds ui-state-disabled class
84  
-      $.Widget.prototype._setOption.apply(self, arguments);
  84
+      $.Widget.prototype._setOption.apply(this, arguments);
85 85
     }
86 86
   },
87 87
 

2 notes on commit a4488af

andyshora added a note to a4488af

Wed May 12 03:21:49 -0700 2010

Excellent work guys, this bug had me for a while!

lachlanhardy added a note to a4488af

Mon May 17 21:56:55 -0700 2010

Any chance we can get 1.8.2 released to include this soon?

Please log in to comment.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server