Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/src/js/jgame.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 36 by tsugehara, Thu Feb 28 08:37:17 2013 UTC revision 39 by tsugehara, Thu Feb 28 16:55:00 2013 UTC
# Line 2476  var Game = (function () { Line 2476  var Game = (function () {
2476          return true;          return true;
2477      };      };
2478      Game.prototype.exitFullscreen = function () {      Game.prototype.exitFullscreen = function () {
2479          var t = this.renderer.handler;          var t = this.renderer.container;
2480          if(t["exitFullscreen"]) {          if(t["exitFullscreen"]) {
2481              t["exitFullscreen"]();              t["exitFullscreen"]();
2482          } else if(t["webkitCancelFullScreen"]) {          } else if(t["webkitCancelFullScreen"]) {

Legend:
Removed from v.36  
changed lines
  Added in v.39

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26