fix: README links, line breaks between methods

This commit is contained in:
Mahdi Dibaiee
2015-04-21 17:15:54 +04:30
parent a45b11f921
commit 07a9e7968a
5 changed files with 9 additions and 3 deletions

View File

@ -30,6 +30,7 @@ let Equation = {
return stack;
},
/**
* Creates an equation function which replaces variables
* in the given expression with the values specified in order,
@ -72,6 +73,7 @@ let Equation = {
registerOperator(key, options) {
operators[key] = options;
},
registerConstant(key, options) {
constants[key] = options;
}