Open cwtuan opened 8 years ago
Appliance.coffee:
class Appliance toggle: ->
LavaLamp.coffee:
Appliance = require './Appliance' class LavaLamp extends Appliance test: -> @.toggle() # This isn't shown
In LavaLamp, the the autocomplete does't work.
Appliance.coffee:
LavaLamp.coffee:
In LavaLamp, the the autocomplete does't work.