angelakuo/citydogshare

View on GitHub

Showing 2,136 of 3,976 total issues

Function _mouseDrag has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _mouseDrag: function(event) {

        var data, props,
            smp = this.originalMousePosition,
            a = this.axis,

    Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        _createWidget: function( options, element ) {
            element = $( element || this.defaultElement || this )[ 0 ];
            this.element = $( element );
            this.uuid = widget_uuid++;
            this.eventNamespace = "." + this.widgetName + this.uuid;

      Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          _createWidget: function( options, element ) {
              element = $( element || this.defaultElement || this )[ 0 ];
              this.element = $( element );
              this.uuid = widget_uuid++;
              this.eventNamespace = "." + this.widgetName + this.uuid;

        Function values has 28 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            values: function( index, newValue ) {
                var vals,
                    newValues,
                    i;
        
        

          Function _destroy has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              _destroy: function() {
                  // Destroy (sub)menus
                  this.element
                      .removeAttr( "aria-activedescendant" )
                      .find( ".ui-menu" ).addBack()

            Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _createWidget: function( options, element ) {
                    element = $( element || this.defaultElement || this )[ 0 ];
                    this.element = $( element );
                    this.uuid = widget_uuid++;
                    this.eventNamespace = "." + this.widgetName + this.uuid;

              Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  _createWidget: function( options, element ) {
                      element = $( element || this.defaultElement || this )[ 0 ];
                      this.element = $( element );
                      this.uuid = widget_uuid++;
                      this.eventNamespace = "." + this.widgetName + this.uuid;

                Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    _createWidget: function( options, element ) {
                        element = $( element || this.defaultElement || this )[ 0 ];
                        this.element = $( element );
                        this.uuid = widget_uuid++;
                        this.eventNamespace = "." + this.widgetName + this.uuid;

                  Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      _createWidget: function( options, element ) {
                          element = $( element || this.defaultElement || this )[ 0 ];
                          this.element = $( element );
                          this.uuid = widget_uuid++;
                          this.eventNamespace = "." + this.widgetName + this.uuid;

                    Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        _createWidget: function( options, element ) {
                            element = $( element || this.defaultElement || this )[ 0 ];
                            this.element = $( element );
                            this.uuid = widget_uuid++;
                            this.eventNamespace = "." + this.widgetName + this.uuid;

                      Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          _createWidget: function( options, element ) {
                              element = $( element || this.defaultElement || this )[ 0 ];
                              this.element = $( element );
                              this.uuid = widget_uuid++;
                              this.eventNamespace = "." + this.widgetName + this.uuid;

                        Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _createWidget: function( options, element ) {
                                element = $( element || this.defaultElement || this )[ 0 ];
                                this.element = $( element );
                                this.uuid = widget_uuid++;
                                this.eventNamespace = "." + this.widgetName + this.uuid;

                          Function transfer has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          return $.effects.effect.transfer = function( o, done ) {
                              var elem = $( this ),
                                  target = $( o.to ),
                                  targetFixed = target.css( "position" ) === "fixed",
                                  body = $("body"),

                            Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                _createWidget: function( options, element ) {
                                    element = $( element || this.defaultElement || this )[ 0 ];
                                    this.element = $( element );
                                    this.uuid = widget_uuid++;
                                    this.eventNamespace = "." + this.widgetName + this.uuid;

                              Function _createWidget has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  _createWidget: function( options, element ) {
                                      element = $( element || this.defaultElement || this )[ 0 ];
                                      this.element = $( element );
                                      this.uuid = widget_uuid++;
                                      this.eventNamespace = "." + this.widgetName + this.uuid;

                                Function highlight has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                return $.effects.effect.highlight = function( o, done ) {
                                    var elem = $( this ),
                                        props = [ "backgroundImage", "backgroundColor", "opacity" ],
                                        mode = $.effects.setMode( elem, o.mode || "show" ),
                                        animation = {

                                  Function transfer has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                  return $.effects.effect.transfer = function( o, done ) {
                                      var elem = $( this ),
                                          target = $( o.to ),
                                          targetFixed = target.css( "position" ) === "fixed",
                                          body = $("body"),

                                    Function _initSource has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        _initSource: function() {
                                            var array, url,
                                                that = this;
                                            if ( $.isArray( this.options.source ) ) {
                                                array = this.options.source;

                                      Function puff has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                      return $.effects.effect.puff = function( o, done ) {
                                          var elem = $( this ),
                                              mode = $.effects.setMode( elem, o.mode || "hide" ),
                                              hide = mode === "hide",
                                              percent = parseInt( o.percent, 10 ) || 150,

                                        Function _destroy has 28 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            _destroy: function() {
                                                // Destroy (sub)menus
                                                this.element
                                                    .removeAttr( "aria-activedescendant" )
                                                    .find( ".ui-menu" ).addBack()
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language