Remove big TODO in engine

This was actually completed in #50 and was never removed.

Closes #45
This commit is contained in:
Blake Grotewold
2015-01-03 09:12:56 -05:00
parent 2efa9f1667
commit 1b04fa2086
-6
View File
@@ -1,12 +1,6 @@
(function() {
var Engine = window.Engine = {
/* TODO *** MICHAEL IS A LAZY BASTARD AND DOES NOT WANT TO REFACTOR ***
* Here is what he should be doing:
* - All updating values (store numbers, incomes, etc...) should be objects that can register listeners to
* value-change events. These events should be fired whenever a value (or group of values, I suppose) is updated.
* That would be so elegant and awesome.
*/
SITE_URL: encodeURIComponent("http://adarkroom.doublespeakgames.com"),
VERSION: 1.3,
MAX_STORE: 99999999999999,