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

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 773
    • 164
  • Source
  • Commits
  • Network (164)
  • Graphs
  • Tree: e9a2661

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (19)
    • 1.9m2
    • 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

Adding missing return statements
jzaefferer (author)
Fri Jun 18 00:12:16 -0700 2010
commit  e9a2661dbf0dbf87d08b
tree    d6692c20e02153b0420c
parent  1beb8a95be96282fdf0d
M ui/jquery.ui.widget.js 4 ••••
Txt ui/jquery.ui.widget.js
  • View file @ e9a2661
... ...
@@ -148,11 +148,11 @@ $.Widget.prototype = {
148 148
   _init: function() {},
149 149
   
150 150
   _super: function( method ) {
151  
-    this.base[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ) );
  151
+    return this.base[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ) );
152 152
   },
153 153
   
154 154
   _superApply: function( method, args ) {
155  
-    this.base[ method ].apply( this, args );
  155
+    return this.base[ method ].apply( this, args );
156 156
   },
157 157
   
158 158
   destroy: function() {

0 notes on commit e9a2661

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
  • English
  • Català
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska