Skip to content

Instantly share code, notes, and snippets.

@edwardhotchkiss
Created June 2, 2012 03:36
Show Gist options
  • Save edwardhotchkiss/2856416 to your computer and use it in GitHub Desktop.
Save edwardhotchkiss/2856416 to your computer and use it in GitHub Desktop.
###
@class MyProject
@description Main Application
###
# Dependencies
BaseProject = require './BaseProject'
# MyProject Class, returned in embed
class MyProject extends BaseProject
speak: (text) ->
alert text
# end
# end
module.exports = MyProject
# EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment