Skip to content

Commit

Permalink
Merge pull request tapquo#327 from 1m4n0l/master
Browse files Browse the repository at this point in the history
Updated README.md file
  • Loading branch information
Javi Jiménez committed Apr 3, 2014
2 parents eed5391 + f6584da commit 8ec70d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ Lungo.Core.environment();


#### orderByProperty()
Copy from any number of objects and mix them all into a new object. The implementation is simple; just loop through arguments and copy every property of every object passed to the function.
Orders a number of objects by a given parameter.

**Parameters**
```
Expand All @@ -568,7 +568,7 @@ var ordered_list = lng.Core.orderByProperty(list, 'name', 'asc');


#### findByProperty()
Copy from any number of objects and mix them all into a new object. The implementation is simple; just loop through arguments and copy every property of every object passed to the function.
Finds a object with an specific property if exists in a list of Objects.

**Parameters**
```
Expand All @@ -590,7 +590,7 @@ var user = lng.Core.findByProperty(list, 'name', 'Lungo');

Cache
-----
Lungo implements its own cache type. This cache will store the value until the wepapp is closed
Lungo implements its own cache type. This cache will store the value until the webapp is closed

#### set()
Sets in the LungoJS cache system a new key/value pair.
Expand Down Expand Up @@ -716,7 +716,7 @@ Lungo.dom('#section2').on('load', function(event){
--------
### .Carousel
Lungo has a carousel element where content can be published can be published and the user can navigate through it using the caroussel controls.
Lungo has a carousel element where content can be published and the user can navigate through it using the caroussel controls.
**Parameters**
```
Expand Down

0 comments on commit 8ec70d5

Please sign in to comment.