[Pkg-javascript-commits] [leaflet] 154/301: Make Mocha ingore leaks, spaces -> tabs
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit a2b62b3bd21287697b19fa2bcd1acd0b10260bf2
Author: Jan Pieter Waagmeester <jieter at jieter.nl>
Date: Tue Oct 29 11:36:42 2013 +0100
Make Mocha ingore leaks, spaces -> tabs
---
spec/index.html | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/spec/index.html b/spec/index.html
index 6a37793..80f3143 100644
--- a/spec/index.html
+++ b/spec/index.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8">
- <title>Spec Runner</title>
+ <meta charset="utf-8">
+ <title>Leaflet Spec Runner</title>
<link rel="stylesheet" type="text/css" href="../node_modules/mocha/mocha.css">
</head>
<body>
- <div id="mocha"></div>
- <script src="expect.js"></script>
- <script type="text/javascript" src="../node_modules/mocha/mocha.js"></script>
+ <div id="mocha"></div>
+ <script src="expect.js"></script>
+ <script type="text/javascript" src="../node_modules/mocha/mocha.js"></script>
<script type="text/javascript" src="../node_modules/happen/happen.js"></script>
<script type="text/javascript" src="sinon.js"></script>
@@ -18,10 +18,10 @@
<script type="text/javascript" src="../debug/leaflet-include.js"></script>
- <script>
- mocha.setup('bdd');
- mocha.ignoreLeaks();
- </script>
+ <script>
+ mocha.setup('bdd');
+ mocha.ignoreLeaks(true);
+ </script>
<!-- spec files -->
@@ -77,8 +77,8 @@
<!-- /map/handler -->
<script type="text/javascript" src="suites/map/handler/Map.DragSpec.js"></script>
- <script>
- (window.mochaPhantomJS || window.mocha).run();
- </script>
+ <script>
+ (window.mochaPhantomJS || window.mocha).run();
+ </script>
</body>
</html>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list