Fixed an issue in Text. Fixed the background color issue with Canvas games. Updated the Examples viewer so the side-by-side focuses the iframe now. Added new "Extend Group" example.

This commit is contained in:
photonstorm
2013-11-25 13:12:03 +00:00
parent 299115ca5d
commit 06a17b4b26
11 changed files with 9984 additions and 9280 deletions
+4
View File
@@ -250,6 +250,10 @@
"file": "display+order.js",
"title": "display order"
},
{
"file": "extending+a+group.js",
"title": "extending a group"
},
{
"file": "for+each.js",
"title": "for each"
+3
View File
@@ -36,6 +36,9 @@ $(document).ready(function(){
var height = $(window).height() - 270;
$("#panel").css('height', height + 'px');
// iFrame focus
$('a').click(function(e) { $('#viewer').focus(); });
})
.fail(function() {