Skip to content

Commit

Permalink
Bundled output for commit fd7cf80 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Bot authored and porsager committed Aug 6, 2018
1 parent d21474d commit 438cfee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mithril.js [![NPM Version](https://img.shields.io/npm/v/mithril.svg)](https://ww

## What is Mithril?

A modern client-side Javascript framework for building Single Page Applications. It's small (<!-- size -->8.90 KB<!-- /size --> gzipped), fast and provides routing and XHR utilities out of the box.
A modern client-side Javascript framework for building Single Page Applications. It's small (<!-- size -->8.91 KB<!-- /size --> gzipped), fast and provides routing and XHR utilities out of the box.

Mithril is used by companies like Vimeo and Nike, and open source platforms like Lichess 👍.

Expand Down
2 changes: 1 addition & 1 deletion mithril.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ var _9 = function($window, Promise) {
}
function deserialize(data) {
try {return data !== "" ? JSON.parse(data) : null}
catch (e) {throw new Error(data)}
catch (e) {throw new Error("Invalid JSON: " + data)}
}
function extract(xhr) {return xhr.responseText}
function cast(type0, data) {
Expand Down
4 changes: 2 additions & 2 deletions mithril.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 438cfee

Please sign in to comment.