Handle project destruct

This commit is contained in:
brunosimon
2016-08-11 21:28:39 +02:00
parent 2bd36abac6
commit bdda23cc43
4 changed files with 59 additions and 20 deletions
+5
View File
@@ -44,6 +44,11 @@ class Project
return result
}
destructor()
{
this.socket.emit( 'destruct' )
}
}
module.exports = Project