Anonymous (owner)

Revisions

  • 3a4823 Sun Nov 16 20:20:22 -0800 2008
gist: 25661 Download_button fork
public
Public Clone URL: git://gist.github.com/25661.git
1
2
3
4
5
6
7
8
9
10
 
 
/* This is a template command */
CmdUtils.CreateCommand({
  name: "grab",
 
  execute: function(input) {
    window.Screengrab.grabCompleteDocument();
  }
});