Fixed a typo in entities.js

Fixed a typo in entities.js in which a comment said 'reuire' instead of 'require'
This commit is contained in:
kabiroberai 2016-05-28 20:17:27 +05:30
parent 5a936bab20
commit bb6bdbd57d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
'use strict';
/*global reuire, exports*/
/*global require, exports*/
/*
make entities a global variable for use at in-game prompt
Tab completion is a useful way to discover what entity types are available.