// Just a wrapper from the standalone browserified virtual-dom
define("virtual-dom", [], function() {
  return virtualDom;
});