Skip to content

Commit

Permalink
Adds an exporter for chrome debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Apr 8, 2015
1 parent d2b899f commit d925db1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions utils/chromeDebug.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function chromeDebug(alt) {
window['goatslacker.github.io/alt/'] = alt
}

module.exports = chromeDebug

0 comments on commit d925db1

Please sign in to comment.