Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix code hint provider selection #3208

Merged
merged 2 commits into from
Mar 22, 2013
Merged

Commits on Mar 21, 2013

  1. This reverts commit 5878608 which changed $.each to Array.forEach. Th…

    …e latter does not support breaking out of the loop early, and hence breaks provider selection. In particular, Edge Web Fonts was broken by this.
    Ian Wehrman committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    cdd82f5 View commit details
    Browse the repository at this point in the history
  2. Revert commit 5878608 which replaced $.each with Array.forEach. That …

    …commit broke limiting the CodeHintList to displaying at most maxResults hints.
    Ian Wehrman committed Mar 21, 2013
    Configuration menu
    Copy the full SHA
    2c55985 View commit details
    Browse the repository at this point in the history