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

2
dist/index.js vendored
View File

@ -53,6 +53,7 @@ var Equation = {
return stack;
},
/**
* Creates an equation function which replaces variables
* in the given expression with the values specified in order,
@ -98,6 +99,7 @@ var Equation = {
registerOperator: function registerOperator(key, options) {
_operators2['default'][key] = options;
},
registerConstant: function registerConstant(key, options) {
_constants2['default'][key] = options;
}