Skip to content

Instantly share code, notes, and snippets.

@carlzulauf
Created September 27, 2013 07:08
Show Gist options
  • Save carlzulauf/6725094 to your computer and use it in GitHub Desktop.
Save carlzulauf/6725094 to your computer and use it in GitHub Desktop.
class PhotoFrame
constructor: ->
@foo = "bar"
(function() {
var PhotoFrame;
PhotoFrame = (function() {
function PhotoFrame() {
this.foo = "bar";
}
return PhotoFrame;
})();
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment