Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-4668

Use Array.isArray() instead of AeroGear.isArray()

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 1.5.0
    • 1.4.0
    • None
    • None

      Currently we define a method called AeroGear.isArray, to test if an object is an Array.

      the native Array.isArray() is available in all browsers that we are supporting, so we should just use that.

      The plan should be to deprecate this method and remove it in 2.0. the AeroGear.isArray method will just return the native result

      It is only used internally, but a user could be using it externally

              Unassigned Unassigned
              lholmqui@redhat.com Lucas Holmquist
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: