intro.stub 654 B

123456789101112131415
  1. /*! axe v<%= pkg.version %>
  2. * Copyright (c) <%= grunt.template.today("yyyy") %> Deque Systems, Inc.
  3. *
  4. * Your use of this Source Code Form is subject to the terms of the Mozilla Public
  5. * License, v. 2.0. If a copy of the MPL was not distributed with this
  6. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  7. *
  8. * This entire copyright notice must appear in every copy of this file you
  9. * distribute or in any file that contains substantial portions of this source
  10. * code.
  11. */
  12. (function axeFunction (window) {
  13. // A window reference is required to access the axe object in a "global".
  14. var global = window;
  15. var document = window.document;