Adding mapbox-gl branch

This commit is contained in:
Andreas Hocevar
2015-03-16 18:50:27 +01:00
parent 7985f030fa
commit 57ee7f52fd
3109 changed files with 943365 additions and 0 deletions
@@ -0,0 +1,30 @@
<html>
<!--
Copyright 2009 The Closure Library Authors. All Rights Reserved.
Use of this source code is governed by the Apache License, Version 2.0.
See the COPYING file for details.
-->
<!--
A regression test for goog.module.ModuleLoader.
Unlike the unit tests for goog.module.ModuleManager, this uses
asynchronous test cases and real XHRs.
Author: nicksantos@google.com (Nick Santos)
-->
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>JsUnit tests for goog.module.ModuleLoader</title>
<script src='../base.js'></script>
<script>
goog.require('goog.module.ModuleLoaderTest');
</script>
</head>
<body>
<b>Note:</b>: If you are running this test off local disk on Chrome, it
will fail unless you start Chrome with
<code>--allow-file-access-from-files</code>.
</body>
</html>