angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

    _mouseStart: function(event) {

        var curleft, curtop, cursor,
            o = this.options,
            el = this.element;

    Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    color.hook = function( hook ) {
        var hooks = hook.split( " " );
        each( hooks, function( i, hook ) {
            jQuery.cssHooks[ hook ] = {
                set: function( elem, value ) {

      Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      color.hook = function( hook ) {
          var hooks = hook.split( " " );
          each( hooks, function( i, hook ) {
              jQuery.cssHooks[ hook ] = {
                  set: function( elem, value ) {

        Function _eventHandler has 41 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            _eventHandler: function( event ) {
                var options = this.options,
                    active = this.active,
                    clicked = $( event.currentTarget ),
                    clickedIsActive = clicked[ 0 ] === active[ 0 ],

          Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          color.hook = function( hook ) {
              var hooks = hook.split( " " );
              each( hooks, function( i, hook ) {
                  jQuery.cssHooks[ hook ] = {
                      set: function( elem, value ) {

            Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            color.hook = function( hook ) {
                var hooks = hook.split( " " );
                each( hooks, function( i, hook ) {
                    jQuery.cssHooks[ hook ] = {
                        set: function( elem, value ) {

              Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              color.hook = function( hook ) {
                  var hooks = hook.split( " " );
                  each( hooks, function( i, hook ) {
                      jQuery.cssHooks[ hook ] = {
                          set: function( elem, value ) {

                Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                color.hook = function( hook ) {
                    var hooks = hook.split( " " );
                    each( hooks, function( i, hook ) {
                        jQuery.cssHooks[ hook ] = {
                            set: function( elem, value ) {

                  Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                  Open

                  color.hook = function( hook ) {
                      var hooks = hook.split( " " );
                      each( hooks, function( i, hook ) {
                          jQuery.cssHooks[ hook ] = {
                              set: function( elem, value ) {

                    Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                    Open

                    color.hook = function( hook ) {
                        var hooks = hook.split( " " );
                        each( hooks, function( i, hook ) {
                            jQuery.cssHooks[ hook ] = {
                                set: function( elem, value ) {

                      Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                      color.hook = function( hook ) {
                          var hooks = hook.split( " " );
                          each( hooks, function( i, hook ) {
                              jQuery.cssHooks[ hook ] = {
                                  set: function( elem, value ) {

                        Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        color.hook = function( hook ) {
                            var hooks = hook.split( " " );
                            each( hooks, function( i, hook ) {
                                jQuery.cssHooks[ hook ] = {
                                    set: function( elem, value ) {

                          Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                          color.hook = function( hook ) {
                              var hooks = hook.split( " " );
                              each( hooks, function( i, hook ) {
                                  jQuery.cssHooks[ hook ] = {
                                      set: function( elem, value ) {

                            Function hook has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            color.hook = function( hook ) {
                                var hooks = hook.split( " " );
                                each( hooks, function( i, hook ) {
                                    jQuery.cssHooks[ hook ] = {
                                        set: function( elem, value ) {

                              Function show has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                      show: function(e, element) {
                              
                                          // Disable right click
                                          if (e.button === 2) {
                                              return false;

                                Function removeMenu has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                Open

                                        function removeMenu(restoreNav) {
                                          panning = false;
                                          menuOut = false;
                                          // Reenable scrolling
                                          $('body').css({

                                  Function show has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                  Open

                                          show: function(e, element) {
                                  
                                              // Disable right click
                                              if (e.button === 2) {
                                                  return false;

                                    Function createYearLabel has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                    Open

                                            createYearLabel = function(override) {
                                    
                                                var focusedYear = viewsetObject.year,
                                    
                                                // If years selector is set to a literal "true", set it to 5. Otherwise

                                      Function removeMenu has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                      Open

                                              function removeMenu(restoreNav) {
                                                panning = false;
                                                menuOut = false;
                                                // Reenable scrolling
                                                $('body').css({

                                        Function createYearLabel has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                                        Open

                                                createYearLabel = function(override) {
                                        
                                                    var focusedYear = viewsetObject.year,
                                        
                                                    // If years selector is set to a literal "true", set it to 5. Otherwise
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language