Skip to content

Instantly share code, notes, and snippets.

View mikekavouras's full-sized avatar

Mike Kavouras mikekavouras

View GitHub Profile
@mikekavouras
mikekavouras / slack.js
Last active December 21, 2015 00:59 — forked from jeffrafter/slack.js
// What?! http://stackoverflow.com/a/5571069/700536
function multiline(f) {
return f.toString().
replace(/^[^\/]+\/\*!?/, '').
replace(/\*\/[^\/]+$/, '');
}
var overrides = multiline(function() {/*!
*/});