Skip to content

Commit abd3aff

Browse files
committed
deploy: b299884
1 parent e8649bd commit abd3aff

36 files changed

+271
-271
lines changed

playground/index.js

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/index.js.map

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

resource/qx/mobile/css/LICENSE

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
Information On Available CSS Themes
2-
====================================
3-
4-
This folder contains css content based on the following work:
5-
6-
======================================================================
7-
8-
* JQTouch Project
9-
10-
Homepage:
11-
http://www.jqtouch.com/
12-
13-
Copyright:
14-
2009 David Kaneda
15-
16-
License:
17-
MIT: http://www.opensource.org/licenses/mit-license.php
18-
19-
======================================================================
20-
21-
* iScroll Project
22-
23-
Homepage:
24-
http://cubiq.org/iscroll
25-
26-
Copyright:
27-
2009 Matteo Spinelli
28-
29-
License:
1+
Information On Available CSS Themes
2+
====================================
3+
4+
This folder contains css content based on the following work:
5+
6+
======================================================================
7+
8+
* JQTouch Project
9+
10+
Homepage:
11+
http://www.jqtouch.com/
12+
13+
Copyright:
14+
2009 David Kaneda
15+
16+
License:
17+
MIT: http://www.opensource.org/licenses/mit-license.php
18+
19+
======================================================================
20+
21+
* iScroll Project
22+
23+
Homepage:
24+
http://cubiq.org/iscroll
25+
26+
Copyright:
27+
2009 Matteo Spinelli
28+
29+
License:
3030
MIT: http://www.opensource.org/licenses/mit-license.php

resource/qx/static/blank.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html>
2-
<head></head>
3-
<body></body>
1+
<html>
2+
<head></head>
3+
<body></body>
44
</html>

resource/qx/test/array.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
"array": ["a", "b", "c"]
1+
{
2+
"array": ["a", "b", "c"]
33
}

resource/qx/test/bluebar.svg

Lines changed: 4 additions & 4 deletions
Loading

resource/qx/test/cached-script.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?php
2-
header("Content-Type: text/javascript");
3-
header("Cache-Control: private, max-age=34560000", TRUE);
4-
?>
5-
window.SCRIPT_LOADED = true;
1+
<?php
2+
header("Content-Type: text/javascript");
3+
header("Cache-Control: private, max-age=34560000", TRUE);
4+
?>
5+
window.SCRIPT_LOADED = true;

resource/qx/test/delayedImage.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?php
2-
sleep(2);
3-
4-
header("Content-Type: image/gif");
5-
6-
$file_handle = fopen("./colorstrip.gif", "r");
7-
while (!feof($file_handle)) {
8-
$line = fgets($file_handle);
9-
echo $line;
10-
}
11-
fclose($file_handle);
1+
<?php
2+
sleep(2);
3+
4+
header("Content-Type: image/gif");
5+
6+
$file_handle = fopen("./colorstrip.gif", "r");
7+
while (!feof($file_handle)) {
8+
$line = fgets($file_handle);
9+
echo $line;
10+
}
11+
fclose($file_handle);
1212
?>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
qx.test.DYNAMICSCRIPTTEST = {};
1+
qx.test.DYNAMICSCRIPTTEST = {};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
qx.test.DYNAMICSCRIPTTEST.second = {};
1+
qx.test.DYNAMICSCRIPTTEST.second = {};

0 commit comments

Comments
 (0)