[update] Show difference between versions + [update] button

This commit is contained in:
brunosimon
2016-08-15 23:28:15 +02:00
parent 2a54fe708d
commit 5ac57d4c4f
10 changed files with 103 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
'use strict'
/**
* Test
*/
class Pwet extends AnotherClass
{
constructor( argument )
{
console.log('Hello')
console.log('World')
}
}
let pwet = new Pwet()