fix: typo constats.js -> constants.js

This commit is contained in:
Mahdi Dibaiee
2015-04-21 17:23:43 +04:30
parent de42f56e1c
commit c5fed50881
7 changed files with 5 additions and 107 deletions

View File

@ -1,6 +1,6 @@
import ReadStream from './readstream';
import operators from './operators';
import constants from './constats';
import constants from './constants';
import * as _ from './helpers';
let Equation = {