Sigma #7

Merged
mdibaiee merged 3 commits from sigma into master 2015-06-21 19:10:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 81b3119301 - Show all commits

2
dist/operators.js vendored
View File

@ -6,7 +6,7 @@ Object.defineProperty(exports, '__esModule', {
value: true value: true
}); });
var _Equation = require('equation'); var _Equation = require('./index');
var _Equation2 = _interopRequireWildcard(_Equation); var _Equation2 = _interopRequireWildcard(_Equation);

View File

@ -1,4 +1,4 @@
import Equation from 'equation'; import Equation from './index';
/* /*
* Operators and Functions * Operators and Functions