Fixed issue with CocoonJS detection in Device.

Fixed docs issue in Tilemap.
Created landscape pointer test, confirmed working fine (issue #276)
This commit is contained in:
photonstorm
2014-02-28 03:09:04 +00:00
parent 43cd5e4b3f
commit 34ee2b0b20
11 changed files with 218 additions and 107 deletions
+3 -1
View File
@@ -64,7 +64,7 @@
$value2 = substr($value, 0, -3);
$file = urlencode($value);
$output .= "<a href=\"wip/index.php?f=$file\">$value2</a><br />";
$output .= "<tr><td><a href=\"wip/index.php?f=$file\">$value2</a></td><td><a href=\"wip/index-fs.php?f=$file\">(full screen)</a></td><td><a href=\"wip/cocoon.php?f=$file\">(cocoon)</a></td></tr>";
}
return $output;
@@ -110,9 +110,11 @@
<h2>work in progress examples</h2>
<table>
<?php
echo printJSLinks('wip', $files);
?>
</table>
</div>