angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.widget.bridge = function( name, object ) {
    var fullName = object.prototype.widgetFullName || name;
    $.fn[ name ] = function( options ) {
        var isMethodCall = typeof options === "string",
            args = widget_slice.call( arguments, 1 ),

    Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    $.widget.bridge = function( name, object ) {
        var fullName = object.prototype.widgetFullName || name;
        $.fn[ name ] = function( options ) {
            var isMethodCall = typeof options === "string",
                args = widget_slice.call( arguments, 1 ),

      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      $.widget.bridge = function( name, object ) {
          var fullName = object.prototype.widgetFullName || name;
          $.fn[ name ] = function( options ) {
              var isMethodCall = typeof options === "string",
                  args = widget_slice.call( arguments, 1 ),

        Function _generatePosition has 46 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            _generatePosition: function(event) {
        
                var top, left,
                    o = this.options,
                    pageX = event.pageX,

          Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          $.widget.bridge = function( name, object ) {
              var fullName = object.prototype.widgetFullName || name;
              $.fn[ name ] = function( options ) {
                  var isMethodCall = typeof options === "string",
                      args = widget_slice.call( arguments, 1 ),

            Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            $.widget.bridge = function( name, object ) {
                var fullName = object.prototype.widgetFullName || name;
                $.fn[ name ] = function( options ) {
                    var isMethodCall = typeof options === "string",
                        args = widget_slice.call( arguments, 1 ),

              Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              $.widget.bridge = function( name, object ) {
                  var fullName = object.prototype.widgetFullName || name;
                  $.fn[ name ] = function( options ) {
                      var isMethodCall = typeof options === "string",
                          args = widget_slice.call( arguments, 1 ),

                Function fold has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                return $.effects.effect.fold = function( o, done ) {
                
                    // Create element
                    var el = $( this ),
                        props = [ "position", "top", "bottom", "left", "right", "height", "width" ],

                  Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  $.widget.bridge = function( name, object ) {
                      var fullName = object.prototype.widgetFullName || name;
                      $.fn[ name ] = function( options ) {
                          var isMethodCall = typeof options === "string",
                              args = widget_slice.call( arguments, 1 ),

                    Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    $.widget.bridge = function( name, object ) {
                        var fullName = object.prototype.widgetFullName || name;
                        $.fn[ name ] = function( options ) {
                            var isMethodCall = typeof options === "string",
                                args = widget_slice.call( arguments, 1 ),

                      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      $.widget.bridge = function( name, object ) {
                          var fullName = object.prototype.widgetFullName || name;
                          $.fn[ name ] = function( options ) {
                              var isMethodCall = typeof options === "string",
                                  args = widget_slice.call( arguments, 1 ),

                        Function _createWrapper has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _createWrapper: function() {
                                this.uiDialog = $("<div>")
                                    .addClass( "ui-dialog ui-widget ui-widget-content ui-corner-all ui-front " +
                                        this.options.dialogClass )
                                    .hide()

                          Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          $.widget.bridge = function( name, object ) {
                              var fullName = object.prototype.widgetFullName || name;
                              $.fn[ name ] = function( options ) {
                                  var isMethodCall = typeof options === "string",
                                      args = widget_slice.call( arguments, 1 ),

                            Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            $.widget.bridge = function( name, object ) {
                                var fullName = object.prototype.widgetFullName || name;
                                $.fn[ name ] = function( options ) {
                                    var isMethodCall = typeof options === "string",
                                        args = widget_slice.call( arguments, 1 ),

                              Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                              $.widget.bridge = function( name, object ) {
                                  var fullName = object.prototype.widgetFullName || name;
                                  $.fn[ name ] = function( options ) {
                                      var isMethodCall = typeof options === "string",
                                          args = widget_slice.call( arguments, 1 ),

                                Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                $.widget.bridge = function( name, object ) {
                                    var fullName = object.prototype.widgetFullName || name;
                                    $.fn[ name ] = function( options ) {
                                        var isMethodCall = typeof options === "string",
                                            args = widget_slice.call( arguments, 1 ),

                                  Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  $.widget.bridge = function( name, object ) {
                                      var fullName = object.prototype.widgetFullName || name;
                                      $.fn[ name ] = function( options ) {
                                          var isMethodCall = typeof options === "string",
                                              args = widget_slice.call( arguments, 1 ),

                                    Function fold has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                    return $.effects.effect.fold = function( o, done ) {
                                    
                                        // Create element
                                        var el = $( this ),
                                            props = [ "position", "top", "bottom", "left", "right", "height", "width" ],

                                      Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      $.widget.bridge = function( name, object ) {
                                          var fullName = object.prototype.widgetFullName || name;
                                          $.fn[ name ] = function( options ) {
                                              var isMethodCall = typeof options === "string",
                                                  args = widget_slice.call( arguments, 1 ),

                                        Function bridge has 46 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                        $.widget.bridge = function( name, object ) {
                                            var fullName = object.prototype.widgetFullName || name;
                                            $.fn[ name ] = function( options ) {
                                                var isMethodCall = typeof options === "string",
                                                    args = widget_slice.call( arguments, 1 ),
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language