Переглянути джерело

removed unused code

tags/v0.8.0
Shaun 3 роки тому
джерело
коміт
2071a5fa4f
2 змінених файлів з 0 додано та 4 видалено
  1. +0
    -2
      src/client/js/components/fadeInOut.js
  2. +0
    -2
      src/server/world/map.js

+ 0
- 2
src/client/js/components/fadeInOut.js Переглянути файл

@@ -19,8 +19,6 @@ define([
init: function (blueprint) {
if (this.obj.components.some(c => c.type === this.type))
return true;

console.log(blueprint);
},

update: function () {


+ 0
- 2
src/server/world/map.js Переглянути файл

@@ -25,8 +25,6 @@ const objectifyProperties = oldProperties => {
return newProperties;
};

const cachedImageDimensions = {};

module.exports = {
name: null,
path: null,


Завантаження…
Відмінити
Зберегти