Skip to content

Commit 9db1cef

Browse files
committed
Use auto version of es6-promise
1 parent 19f0895 commit 9db1cef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.zuul.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ui: mocha-bdd
22
server: "./test/server.js"
33
concurrency: 1
44
scripts:
5-
- "test/es6-promise.min.js"
5+
- "test/es6-promise.auto.min.js"
66
- "lib/client.js"
77
browsers:
88
- name: chrome

example/client1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Cross Storage Hub</title>
44
</head>
55
<body>
6-
<script type="text/javascript" src="./es6-promise.min.js"></script>
6+
<script type="text/javascript" src="./es6-promise.auto.min.js"></script>
77
<script type="text/javascript" src="../lib/client.js"></script>
88
<script type="text/javascript">
99
var storage = new CrossStorageClient('http://localhost:3000/example/hub.html');

example/client2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Cross Storage Hub</title>
44
</head>
55
<body>
6-
<script type="text/javascript" src="./es6-promise.min.js"></script>
6+
<script type="text/javascript" src="./es6-promise.auto.min.js"></script>
77
<script type="text/javascript" src="../lib/client.js"></script>
88
<script type="text/javascript">
99
var storage = new CrossStorageClient('http://localhost:3000/example/hub.html');

test/es6-promise.min.js renamed to test/es6-promise.auto.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)