angelakuo/citydogshare

View on GitHub
public/assets/jquery-ui/resizable-7fa46be98365ec76b4f7f9c43f4065d3906330e9c2fa0f8f2fb156f4625a4525.js

Summary

Maintainability
F
1 wk
Test Coverage

File resizable-7fa46be98365ec76b4f7f9c43f4065d3906330e9c2fa0f8f2fb156f4625a4525.js has 1715 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * jQuery UI Core 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors

    Function _create has 134 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        _create: function() {
    
            var n, i, handle, axis, hname,
                that = this,
                o = this.options;

      Function resize has 74 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          resize: function( event ) {
              var woset, hoset, isParent, isOffsetRelative,
                  that = $( this ).resizable( "instance" ),
                  o = that.options,
                  co = that.containerOffset,

        Function widget has 73 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        $.widget = function( name, base, prototype ) {
            var fullName, existingConstructor, constructor, basePrototype,
                // proxiedPrototype allows the provided prototype to remain unmodified
                // so that it can be used as a mixin for multiple widgets (#8876)
                proxiedPrototype = {},

          Function resize has 63 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              resize: function() {
                  var outerDimensions,
                      that = $(this).resizable( "instance" ),
                      o = that.options,
                      cs = that.size,

            Function start has 51 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                start: function() {
                    var element, p, co, ch, cw, width, height,
                        that = $( this ).resizable( "instance" ),
                        o = that.options,
                        el = that.element,

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

                    $.fn[ name ] = function( options ) {
                        var isMethodCall = typeof options === "string",
                            args = widget_slice.call( arguments, 1 ),
                            returnValue = this;
                
                

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

                        _mouseDown: function(event) {
                            // don't let more than one widget handle mouseStart
                            if ( mouseHandled ) {
                                return;
                            }

                      Function _respectSize has 39 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                          _respectSize: function( data ) {
                      
                              var o = this._vBoundaries,
                                  a = this.axis,
                                  ismaxw = this._isNumber(data.width) && o.maxWidth && (o.maxWidth < data.width),

                        Function _on has 38 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                            _on: function( suppressDisabledCheck, element, handlers ) {
                                var delegateElement,
                                    instance = this;
                        
                                // no suppressDisabledCheck flag, shuffle arguments

                          Function _mouseStop has 32 lines of code (exceeds 25 allowed). Consider refactoring.
                          Open

                              _mouseStop: function(event) {
                          
                                  this.resizing = false;
                                  var pr, ista, soffseth, soffsetw, s, left, top,
                                      o = this.options, that = this;

                            Function option has 31 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                                option: function( key, value ) {
                                    var options = key,
                                        parts,
                                        curOption,
                                        i;

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

                                  stop: function( event ) {
                                      var that = $(this).resizable( "instance" ),
                                          o = that.options,
                                          pr = that._proportionallyResizeElements,
                                          ista = pr.length && (/textarea/i).test(pr[0].nodeName),

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

                                        _updateVirtualBoundaries: function(forceAspectRatio) {
                                            var pMinWidth, pMaxWidth, pMinHeight, pMaxHeight, b,
                                                o = this.options;
                                    
                                            b = {

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

                                          _destroy: function() {
                                      
                                              this._mouseDestroy();
                                      
                                              var wrapper,

                                        There are no issues that match your filters.

                                        Category
                                        Status