Browse Source

style fixes

pull/19/head
nisstyre56 10 years ago
parent
commit
5c7f57d67d
  1. 3
      tools.js

3
tools.js

@ -88,6 +88,9 @@ function operatorMatch(ops) {
}; };
} }
function debugPrint(stx) {
module.exports = { module.exports = {
not : not, not : not,
groupOps : groupOps, groupOps : groupOps,

Loading…
Cancel
Save