Skip to content

Instantly share code, notes, and snippets.

@andreyvit
Created April 27, 2010 19:34
Show Gist options
  • Save andreyvit/381189 to your computer and use it in GitHub Desktop.
Save andreyvit/381189 to your computer and use it in GitHub Desktop.
updateSize: (comp) ->
return unless comp.isInDocument
computeSize comp >- (size)
$(comp.node).css { width: size.w; height: size.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment