adding coffe with fromage
This commit is contained in:
parent
4e3d31402b
commit
4515796551
7
src/fromage.coffee
Normal file
7
src/fromage.coffee
Normal file
@ -0,0 +1,7 @@
|
||||
### how about some coffee with your fromage? :D
|
||||
class Fromage
|
||||
examine : ->
|
||||
console.log('whoa this js stinks!')
|
||||
init : ->
|
||||
console.log('fromage is coming.')
|
||||
@examine();
|
Loading…
Reference in New Issue
Block a user