|
@@ -64,7 +64,7 @@ Here you have the dependencies of your Lungo application's body. It must contain
|
|
|
|
|
|
|
|
The JavaScript function that initializes Lungo it's:
|
|
The JavaScript function that initializes Lungo it's:
|
|
|
``` javascript
|
|
``` javascript
|
|
|
-Lungo.init();
|
|
|
|
|
|
|
+Lungo.init({});
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
#### Load Sync resources on init
|
|
#### Load Sync resources on init
|
|
@@ -1320,4 +1320,4 @@ var result = Lungo.Service.cache(
|
|
|
null,
|
|
null,
|
|
|
"json"
|
|
"json"
|
|
|
);
|
|
);
|
|
|
-```
|
|
|
|
|
|
|
+```
|