Skip to content

Instantly share code, notes, and snippets.

@darylteo
Created September 6, 2012 07:44
Show Gist options
  • Save darylteo/3652677 to your computer and use it in GitHub Desktop.
Save darylteo/3652677 to your computer and use it in GitHub Desktop.
yaml.js - Vertx support
// Handle Vertx Case
if(vertx){
this.YAML = YAML;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment