fix compatibility: We're not going to support 2.0 and below

This commit is contained in:
Mahdi Dibaiee 2015-09-07 23:21:17 +04:30
parent 78a306e126
commit 983f66fe34
4 changed files with 263 additions and 4435 deletions

View File

@ -5,6 +5,8 @@ This app is under heavy development, things may change and break, but don't hesi
Please read the Features section below and issues to make sure your issue is not already listed. Please read the Features section below and issues to make sure your issue is not already listed.
Firefox OS 2.2 and up are supported. Sadly 2.0 and 1.3 miss a lot of ES6 functionalities as well as CSS3 features (flexbox, etc) which break our application.
#Thanks to #Thanks to
Sergio Muriel [@tfeserver](https://twitter.com/tfeserver) for testing application Sergio Muriel [@tfeserver](https://twitter.com/tfeserver) for testing application

File diff suppressed because it is too large Load Diff

View File

@ -98,4 +98,4 @@ export default class Root extends Component {
} }
} }
} }
} };

View File

@ -1,4 +1,3 @@
require('babel/polyfill');
import React from 'react'; import React from 'react';
import Root from 'components/root'; import Root from 'components/root';
import store from 'store'; import store from 'store';