tchen01 / monospace

display monospaced textblocks in facebook chat
MIT License
7 stars 2 forks source link

Focus on encapsulation #26

Open jayelm opened 9 years ago

jayelm commented 9 years ago

Global variable declarations like in these in app.js

var del;
var rev;
var numbers;

can conflict with other extensions. We need to keep everything self contained in some kind of monospace object