angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

Function _createTitlebar has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _createTitlebar: function() {
        var uiDialogTitle;

        this.uiDialogTitlebar = $( "<div>" )
            .addClass( "ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix" )

    Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        effect: function( /* effect, options, speed, callback */ ) {
            var args = _normalizeArguments.apply( this, arguments ),
                mode = args.mode,
                queue = args.queue,
                effectMethod = $.effects.effect[ args.effect ];

      Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          effect: function( /* effect, options, speed, callback */ ) {
              var args = _normalizeArguments.apply( this, arguments ),
                  mode = args.mode,
                  queue = args.queue,
                  effectMethod = $.effects.effect[ args.effect ];

        Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            effect: function( /* effect, options, speed, callback */ ) {
                var args = _normalizeArguments.apply( this, arguments ),
                    mode = args.mode,
                    queue = args.queue,
                    effectMethod = $.effects.effect[ args.effect ];

          Function _dialogDatepicker has 35 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              _dialogDatepicker: function(input, date, onSelect, settings, pos) {
                  var id, browserWidth, browserHeight, scrollX, scrollY,
                      inst = this._dialogInst; // internal instance
          
                  if (!inst) {

            Function _mouseStart has 35 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                _mouseStart: function(event) {
            
                    var o = this.options;
            
                    //Create and append the visible helper

              Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  effect: function( /* effect, options, speed, callback */ ) {
                      var args = _normalizeArguments.apply( this, arguments ),
                          mode = args.mode,
                          queue = args.queue,
                          effectMethod = $.effects.effect[ args.effect ];

                Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    effect: function( /* effect, options, speed, callback */ ) {
                        var args = _normalizeArguments.apply( this, arguments ),
                            mode = args.mode,
                            queue = args.queue,
                            effectMethod = $.effects.effect[ args.effect ];

                  Function _hideDatepicker has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                      _hideDatepicker: function(input) {
                          var showAnim, duration, postProcess, onClose,
                              inst = this._curInst;
                  
                          if (!inst || (input && inst !== $.data(input, "datepicker"))) {

                    Function _resetButton has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                        _resetButton: function() {
                            if ( this.type === "input" ) {
                                if ( this.options.label ) {
                                    this.element.val( this.options.label );
                                }

                      Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          effect: function( /* effect, options, speed, callback */ ) {
                              var args = _normalizeArguments.apply( this, arguments ),
                                  mode = args.mode,
                                  queue = args.queue,
                                  effectMethod = $.effects.effect[ args.effect ];

                        Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            effect: function( /* effect, options, speed, callback */ ) {
                                var args = _normalizeArguments.apply( this, arguments ),
                                    mode = args.mode,
                                    queue = args.queue,
                                    effectMethod = $.effects.effect[ args.effect ];

                          Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              effect: function( /* effect, options, speed, callback */ ) {
                                  var args = _normalizeArguments.apply( this, arguments ),
                                      mode = args.mode,
                                      queue = args.queue,
                                      effectMethod = $.effects.effect[ args.effect ];

                            Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                effect: function( /* effect, options, speed, callback */ ) {
                                    var args = _normalizeArguments.apply( this, arguments ),
                                        mode = args.mode,
                                        queue = args.queue,
                                        effectMethod = $.effects.effect[ args.effect ];

                              Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                  effect: function( /* effect, options, speed, callback */ ) {
                                      var args = _normalizeArguments.apply( this, arguments ),
                                          mode = args.mode,
                                          queue = args.queue,
                                          effectMethod = $.effects.effect[ args.effect ];

                                Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                    effect: function( /* effect, options, speed, callback */ ) {
                                        var args = _normalizeArguments.apply( this, arguments ),
                                            mode = args.mode,
                                            queue = args.queue,
                                            effectMethod = $.effects.effect[ args.effect ];

                                  Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                      effect: function( /* effect, options, speed, callback */ ) {
                                          var args = _normalizeArguments.apply( this, arguments ),
                                              mode = args.mode,
                                              queue = args.queue,
                                              effectMethod = $.effects.effect[ args.effect ];

                                    Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                        effect: function( /* effect, options, speed, callback */ ) {
                                            var args = _normalizeArguments.apply( this, arguments ),
                                                mode = args.mode,
                                                queue = args.queue,
                                                effectMethod = $.effects.effect[ args.effect ];

                                      Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                          effect: function( /* effect, options, speed, callback */ ) {
                                              var args = _normalizeArguments.apply( this, arguments ),
                                                  mode = args.mode,
                                                  queue = args.queue,
                                                  effectMethod = $.effects.effect[ args.effect ];

                                        Function effect has 35 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                            effect: function( /* effect, options, speed, callback */ ) {
                                                var args = _normalizeArguments.apply( this, arguments ),
                                                    mode = args.mode,
                                                    queue = args.queue,
                                                    effectMethod = $.effects.effect[ args.effect ];
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language