From 971ff307c745e394ba3fd20e9dfbd1f302736c7c Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 11 Aug 2014 01:42:34 -0500 Subject: Moves tellurium to dev dependncies, fixes typo --- lib/serpentity/serpentity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/serpentity/serpentity.js b/lib/serpentity/serpentity.js index 2015e5c..d1c1cb0 100644 --- a/lib/serpentity/serpentity.js +++ b/lib/serpentity/serpentity.js @@ -29,7 +29,7 @@ Remove entities or systems: Entities are the basic object of Serpentity, and they do nothing. - var entity = new Serpentity.entity(); + var entity = new Serpentity.Entity(); All the behavior is added through components -- cgit