Skip to content

Instantly share code, notes, and snippets.

@Sarkar
Created December 20, 2013 22:33

Revisions

  1. Sarkar created this gist Dec 20, 2013.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    this.mooverlay = new Mooverlay(this.trigger, this.popup, {
    width: 615,
    height: 650,
    styles: {
    position: 'relative'
    },
    backgroundColor: 'transparent',
    onShow: this.bound('onShow')
    });