https://github.com/ging/horizon
Revision c6deff040c63edb9aaa06c766528ac7924b7663d authored by OpenStack Proposal Bot on 15 March 2015, 06:14:40 UTC, committed by OpenStack Proposal Bot on 15 March 2015, 06:14:40 UTC
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I766fccd11885765f10523660de8abcf1280086dd
1 parent d2e09f4
Raw File
Tip revision: c6deff040c63edb9aaa06c766528ac7924b7663d authored by OpenStack Proposal Bot on 15 March 2015, 06:14:40 UTC
Imported Translations from Transifex
Tip revision: c6deff0
.jshintrc
{
  "browser": true,
  "trailing": true,
  "evil": true,

  "globals": {
    "jQuery": false,
    "$": false,

    "angular": false,
    "module": false,
    "inject": false,

    "describe": false,
    "beforeEach": false,
    "afterEach": false,
    "beforeAll": false,
    "afterAll": false,
    "it": false,
    "expect": false,

    "d3": false,

    "pluralidx": false,
    "gettext": false,
    "ngettext": false,
    "gettext_noop": false,
    "pgettext": false,
    "npgettext": false,
    "interpolate": false,
    "get_format": false
  }
}
back to top