angelakuo/citydogshare

View on GitHub

Showing 3,976 of 3,976 total issues

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

        pushPage: function(callback) {
          var
            transition = module.get.transition(),
            $transition = (transition == 'safe')
              ? $context

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

              positions: function() {
                var
                  window = {
                    height: $window.height()
                  },

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

      jQuery.extend = jQuery.fn.extend = function() {
          var options, name, src, copy, copyIsArray, clone,
              target = arguments[ 0 ] || {},
              i = 1,
              length = arguments.length,

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

                  values: function (fields) {
                    var
                      values = {}
                    ;
                    // return all fields if no parameters

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

              stop: function( type, clearQueue, gotoEnd ) {
                  var stopQueue = function( hooks ) {
                      var stop = hooks.stop;
                      delete hooks.stop;
                      stop( gotoEnd );

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

                Splat.compileSplattedArray = function(o, list, apply) {
                  var args, base, compiledNode, concatPart, fragments, i, index, j, last, len1, node;
                  index = -1;
                  while ((node = list[++index]) && !(node instanceof Splat)) {
                    continue;

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

                  Class.prototype.addProperties = function(node, name, o) {
                    var acc, assign, base, exprs, func, props;
                    props = node.base.properties.slice(0);
                    exprs = (function() {
                      var results;

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

                    stop: function( type, clearQueue, gotoEnd ) {
                        var stopQueue = function( hooks ) {
                            var stop = hooks.stop;
                            delete hooks.stop;
                            stop( gotoEnd );

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

                  jQuery.extend = jQuery.fn.extend = function() {
                      var src, copyIsArray, copy, name, options, clone,
                          target = arguments[ 0 ] || {},
                          i = 1,
                          length = arguments.length,

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

                        function copyConfig(to, from) {
                            var i, prop, val;
                    
                            if (typeof from._isAMomentObject !== 'undefined') {
                                to._isAMomentObject = from._isAMomentObject;

                      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 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 copyConfig has 41 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              function copyConfig(to, from) {
                                  var i, prop, val;
                          
                                  if (!isUndefined(from._isAMomentObject)) {
                                      to._isAMomentObject = from._isAMomentObject;

                            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 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 _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 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 ) {
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language