Comment 18 for bug 1554824

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/347001
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b3658f76bcb04108288d64ef63eecb8bc0a4992a
Submitter: Jenkins
Branch: master

commit b3658f76bcb04108288d64ef63eecb8bc0a4992a
Author: woodm1979 <email address hidden>
Date: Mon Jul 25 13:52:26 2016 -0600

    No eslint errors in horizon.heattop.js

    Running eslint is effectively useless nowdays because of the
    overwhelming number of warnings returned.

    This patch fixes the existing "no-use-before-define" errors in the
    horizon/static/horizon/js/horizon.heattop.js file.

    I've decided to only fix those errors here to keep the patch small, and
    not destroy any chance of success by needing to rebase every 5 minutes.
    Other fixes will be incoming.

    Change-Id: I347a472a0eac2e35df14e48f28403a3b8a243c57
    Partial-Bug: #1554824