Skip to content

Commit

Permalink
Update to version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefansArya committed Jan 19, 2019
1 parent 2f2a528 commit d662168
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ sf.loader.onFinish(function(){

```

Model and controller will be start after content loader was finished. But if you don't use this feature, you need to turn it off with
```js
sf.loader.off();
```

### Router
This currently unfinished yet, but you can still use it.

Expand Down
2 changes: 1 addition & 1 deletion dist/scarletsframe.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scarletsframe.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scarletsframe",
"description":"A frontend framework that can help you write a simple web structure",
"version": "0.9.2",
"version": "0.9.3",
"repository": {
"type": "git",
"url": "https://github.com/ScarletsFiction/ScarletsFrame.git"
Expand Down

0 comments on commit d662168

Please sign in to comment.