Skip to content

Instantly share code, notes, and snippets.

@RudolfVonKrugstein
Created July 10, 2012 21:28
Show Gist options
  • Save RudolfVonKrugstein/3086352 to your computer and use it in GitHub Desktop.
Save RudolfVonKrugstein/3086352 to your computer and use it in GitHub Desktop.
HelloWorld JavaScript helper for haste
function objWrite(obj, text, _realWorld) {
obj.write(text); // Call the method
return [1,0]; // Return ()
}
function getDocument(_realWorld) {
return [1, 0, document];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment