crlf -> lf conversion

This commit is contained in:
Michael Morrison 2014-10-29 01:42:33 -05:00
parent c209686798
commit a3c3184eb8
32 changed files with 3307 additions and 3307 deletions

View file

@ -1,7 +1,7 @@
module.exports = require('./quake2').extend({
init: function() {
this._super();
this.responseHeader = 'n';
this.isQuake1 = true;
}
});
module.exports = require('./quake2').extend({
init: function() {
this._super();
this.responseHeader = 'n';
this.isQuake1 = true;
}
});