Skip to content

Instantly share code, notes, and snippets.

@hassox
Created July 18, 2010 02:40
Show Gist options
  • Select an option

  • Save hassox/480063 to your computer and use it in GitHub Desktop.

Select an option

Save hassox/480063 to your computer and use it in GitHub Desktop.
class Contex
constructor: (locals) ->
class SpecificView extends locals
doStuff: () ->
"stuff"
@view: new SpecificView
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment