Skip to content

Instantly share code, notes, and snippets.

@darylteo
Created November 3, 2012 10:28
Show Gist options
  • Save darylteo/4006901 to your computer and use it in GitHub Desktop.
Save darylteo/4006901 to your computer and use it in GitHub Desktop.
yaml.js vertx snippet
// -- line 389
// Handle vertx case
if (vertx){
this.YAML = YAML;
}
// Handle browser case
if ( typeof(window) != "undefined" )
{
window.YAML = YAML;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment