1
0
Fork 0
mirror of https://gitlab.com/Oreolek/improv_forest.git synced 2024-04-26 22:29:43 +03:00

Удалил неиспользуемый код

This commit is contained in:
Alexander Yakovlev 2017-06-17 14:59:44 +07:00
parent d0e9b7b575
commit 642fd74bcf
2 changed files with 0 additions and 3 deletions

View file

@ -1,6 +1,5 @@
ImprovEngine = require "improv"
ImprovModel = require "./model"
fs = require 'fs'
CSON = require 'cson'
glob = require 'glob'
Masto = require 'mastodon'

View file

@ -1,7 +1,5 @@
class ImprovModel
constructor: () ->
@tags = []
# склонение существительных в родительный падеж
genitive: (word) ->
module.exports = ImprovModel