refactoring the tarnsition functions

This commit is contained in:
Kevin Jahns
2015-10-13 21:40:36 +02:00
parent d6e1cd42a2
commit 541a93d152
9 changed files with 563 additions and 537 deletions

View File

@@ -43,9 +43,6 @@ class YConfig {
this.db.destroy()
this.connector = null
this.db = null
this.transact = function () {
throw new Error('Remember?, you destroyed this type ;)')
}
}
}