Skip to content

Instantly share code, notes, and snippets.

@andrewschaaf
Created February 23, 2011 16:17
Show Gist options
  • Save andrewschaaf/840632 to your computer and use it in GitHub Desktop.
Save andrewschaaf/840632 to your computer and use it in GitHub Desktop.
class Suite
constructor: (options={
foo: '...'
bar: '...'}) ->
if @constructor.instance
throw new Error 'Please use Suite.getInstance()'
else
@constructor.instance = this
@initialize()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment