code style

This commit is contained in:
chencheng
2014-09-13 14:39:33 +08:00
parent 93845ac120
commit ece97603f5

View File

@@ -245,6 +245,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers. * [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers.
* [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities.
## Reactive Programming ## Reactive Programming
*Reactive programming libraries to extend JavaScripts capabilities.* *Reactive programming libraries to extend JavaScripts capabilities.*
@@ -252,7 +253,8 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
* [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for Javascript. * [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for Javascript.
* [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption. * [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption.
##Data Structure
## Data Structure
*Data structure libraries to build a more sophisticated application.* *Data structure libraries to build a more sophisticated application.*
* [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript. * [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript.
@@ -317,7 +319,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
*Localization (l10n) and internationalization (i18n) JavaScript libraries.* *Localization (l10n) and internationalization (i18n) JavaScript libraries.*
* [i18next](https://github.com/jamuhl/i18next) - internationalisation (i18n) with javascript the easy way. * [i18next](https://github.com/jamuhl/i18next) - internationalisation (i18n) with javascript the easy way.
* [polyglot] (https://github.com/airbnb/polyglot.js) - tiny i18n helper library. * [polyglot](https://github.com/airbnb/polyglot.js) - tiny i18n helper library.
## Class ## Class
@@ -459,6 +461,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
* [Sequence](https://github.com/IanLunn/Sequence) - CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications. * [Sequence](https://github.com/IanLunn/Sequence) - CSS animation framework for creating responsive sliders, presentations, banners, and other step-based applications.
* [baguetteBox.js](https://github.com/feimosi/baguetteBox.js) - Simple and easy to use lightbox script written in pure JavaScript. * [baguetteBox.js](https://github.com/feimosi/baguetteBox.js) - Simple and easy to use lightbox script written in pure JavaScript.
## Range Sliders ## Range Sliders
* [Ion.RangeSlider](https://github.com/IonDen/ion.rangeSlider) - Powerful and easily customizable range slider with many options and skin support. * [Ion.RangeSlider](https://github.com/IonDen/ion.rangeSlider) - Powerful and easily customizable range slider with many options and skin support.