mangroveorg/datawinners

View on GitHub
datawinners/media/javascript/Knockout-Validation/Tests/Qunit/jquery-2.0.3.intellisense.js

Summary

Maintainability
F
6 days
Test Coverage

`` has 196 functions (exceeds 20 allowed). Consider refactoring.
Open

intellisense.annotate(jQuery.fn, {
  'add': function() {
    /// <signature>
    ///   <summary>Add elements to the set of matched elements.</summary>
    ///   <param name="selector" type="String">A string representing a selector expression to find additional elements to add to the set of matched elements.</param>

    File jquery-2.0.3.intellisense.js has 614 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    intellisense.annotate(jQuery, {
      'ajax': function() {
        /// <signature>
        ///   <summary>Perform an asynchronous HTTP (Ajax) request.</summary>
        ///   <param name="url" type="String">A string containing the URL to which the request is sent.</param>

      `` has 52 functions (exceeds 20 allowed). Consider refactoring.
      Open

      intellisense.annotate(jQuery, {
        'ajax': function() {
          /// <signature>
          ///   <summary>Perform an asynchronous HTTP (Ajax) request.</summary>
          ///   <param name="url" type="String">A string containing the URL to which the request is sent.</param>

        Function Deferred has 36 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        jQuery.Deferred = function(func) {
        var _object = _731531622(func);
        intellisense.annotate(_object, {
          'always': function() {
            /// <signature>

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

          jQuery.Callbacks = function(flags) {
          var _object = _1228819969(flags);
          intellisense.annotate(_object, {
            'add': function() {
              /// <signature>

            There are no issues that match your filters.

            Category
            Status