Skip to content

Instantly share code, notes, and snippets.

@Raynos

Raynos/x.js Secret

Created December 21, 2012 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/9dd24901447f1f8f0f50 to your computer and use it in GitHub Desktop.
Save Raynos/9dd24901447f1f8f0f50 to your computer and use it in GitHub Desktop.
var html = require("unpack-html")
, WriteStream = require("write-stream")
, populate = require("populate")
, textContent = require("populate/textContent")
, property = require("populate/property")
, append = require("insert/append")
, extend = require("xtend")
, hidden = require("hidden")
, duplex = require("./lib/duplex")
, Submit = require("./lib/submit")
, linky = require("./lib/linky")
, hangoutGid = require("../lib/hangout-gid")
, chatHtml = require("./jade/chat")
, chatMessageHtml = require("./jade/message")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment