Skip to content

Commit

Permalink
Cleaned renderer code
Browse files Browse the repository at this point in the history
Updated docs
  • Loading branch information
Eemeli Kelokorpi authored and Eemeli Kelokorpi committed Feb 17, 2015
1 parent 3e750bf commit 6365835
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 256 deletions.
2 changes: 2 additions & 0 deletions src/engine/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ game.module(
Google Analytics tracking.
@class Analytics
@extends game.Class
@constructor
@param {String} id
**/
game.createClass('Analytics', {
/**
Expand Down
2 changes: 2 additions & 0 deletions src/engine/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@ var game = {
}
};

game.Core = game;

// http://ejohn.org/blog/simple-javascript-inheritance/
game.initializing = false;
game.fnTest = /xyz/.test(function() {
Expand Down

0 comments on commit 6365835

Please sign in to comment.