Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
127c127,128 < if (commandline.handleFlag("jssh", false)) { --- > var port = commandline.handleFlagWithParam("jssh", false); > if (port) { 135c136 < .startServerSocket(9997, "chrome://jssh/content/jssh-debug.js", true); --- > .startServerSocket(port, "chrome://jssh/content/jssh-debug.js", true);
This paste will be private.
From the Design Piracy series on my blog: