mirror of
https://github.com/wassname/phaser.git
synced 2026-09-12 12:40:47 +08:00
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:
@@ -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"
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user