Skip to content

Commit 2b9d22b

Browse files
committed
* debug mode
1 parent c78f03c commit 2b9d22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<script>
1010
var FileAPI = {
11-
html5: true
12-
, debug: false
11+
html5: false
12+
, debug: !/phantomjs/i.test(navigator.userAgent)
1313
, staticPath: '../dist/'
1414
, formData: !/phantomjs/i.test(navigator.userAgent)
1515
};

0 commit comments

Comments
 (0)