diff --git a/archive/v0.1.3/auto-redrawing.html b/archive/v0.1.3/auto-redrawing.html index e740767f..c6c2bafb 100644 --- a/archive/v0.1.3/auto-redrawing.html +++ b/archive/v0.1.3/auto-redrawing.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/change-log.html b/archive/v0.1.3/change-log.html index 564ee657..35baa6cd 100644 --- a/archive/v0.1.3/change-log.html +++ b/archive/v0.1.3/change-log.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/community.html b/archive/v0.1.3/community.html new file mode 100644 index 00000000..7f781274 --- /dev/null +++ b/archive/v0.1.3/community.html @@ -0,0 +1,68 @@ + + + + Mithril + + + + + +
+ +
+
+
+
+
+ +
+

Community

+

Mailing List

+

Got questions about Mithril? Suggestions?

+

Feel free to post on the mailing list

+
+

Bug Tracker

+

You can file bugs in the issues page on Github

+ +
+
+
+
+
+ + + + \ No newline at end of file diff --git a/archive/v0.1.3/comparison.html b/archive/v0.1.3/comparison.html index 2059f3ea..a8097a5f 100644 --- a/archive/v0.1.3/comparison.html +++ b/archive/v0.1.3/comparison.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/compiling-templates.html b/archive/v0.1.3/compiling-templates.html index 6d130354..af77f3d8 100644 --- a/archive/v0.1.3/compiling-templates.html +++ b/archive/v0.1.3/compiling-templates.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/components.html b/archive/v0.1.3/components.html index 3a327011..ef505066 100644 --- a/archive/v0.1.3/components.html +++ b/archive/v0.1.3/components.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/getting-started.html b/archive/v0.1.3/getting-started.html index 2d43789a..5e9e8456 100644 --- a/archive/v0.1.3/getting-started.html +++ b/archive/v0.1.3/getting-started.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/how-to-read-signatures.html b/archive/v0.1.3/how-to-read-signatures.html index c839581c..e18e2881 100644 --- a/archive/v0.1.3/how-to-read-signatures.html +++ b/archive/v0.1.3/how-to-read-signatures.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/index.html b/archive/v0.1.3/index.html index 569b14e4..029e097b 100644 --- a/archive/v0.1.3/index.html +++ b/archive/v0.1.3/index.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/installation.html b/archive/v0.1.3/installation.html index c8b1fb12..1790116d 100644 --- a/archive/v0.1.3/installation.html +++ b/archive/v0.1.3/installation.html @@ -12,6 +12,7 @@ Guide API + Community Download Github @@ -83,7 +84,7 @@

And you can download Mithril by typing this:

component install lhorie/mithril@gh-pages

Then, to use Mithril, point a script tag to the downloaded file:

-
<script src="/components/lhorie/mithril/master/mithril.min.js"></script>
+
<script src="/components/lhorie/mithril/gh-pages/mithril.min.js"></script>
diff --git a/archive/v0.1.3/integration.html b/archive/v0.1.3/integration.html index c3210e04..868fe7cb 100644 --- a/archive/v0.1.3/integration.html +++ b/archive/v0.1.3/integration.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril-tests.js b/archive/v0.1.3/mithril-tests.js index d6364ce4..c7f8dce1 100644 --- a/archive/v0.1.3/mithril-tests.js +++ b/archive/v0.1.3/mithril-tests.js @@ -471,8 +471,7 @@ mock.window = new function() { }, getAttribute: function(name, value) { return this[name] - }, - style: {} + } } } window.document.createTextNode = function(text) { diff --git a/archive/v0.1.3/mithril.computation.html b/archive/v0.1.3/mithril.computation.html index e6db3bc8..2be77e51 100644 --- a/archive/v0.1.3/mithril.computation.html +++ b/archive/v0.1.3/mithril.computation.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.deferred.html b/archive/v0.1.3/mithril.deferred.html index 761df87d..81c4563e 100644 --- a/archive/v0.1.3/mithril.deferred.html +++ b/archive/v0.1.3/mithril.deferred.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.html b/archive/v0.1.3/mithril.html index 76d7bc34..fa97cf46 100644 --- a/archive/v0.1.3/mithril.html +++ b/archive/v0.1.3/mithril.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.min.zip b/archive/v0.1.3/mithril.min.zip index 5d7370e0..f41f490c 100644 Binary files a/archive/v0.1.3/mithril.min.zip and b/archive/v0.1.3/mithril.min.zip differ diff --git a/archive/v0.1.3/mithril.module.html b/archive/v0.1.3/mithril.module.html index f2d1abe0..4c7a8f37 100644 --- a/archive/v0.1.3/mithril.module.html +++ b/archive/v0.1.3/mithril.module.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.prop.html b/archive/v0.1.3/mithril.prop.html index 19b2bcd8..cdecfbcc 100644 --- a/archive/v0.1.3/mithril.prop.html +++ b/archive/v0.1.3/mithril.prop.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.redraw.html b/archive/v0.1.3/mithril.redraw.html index 1b6b7fe5..098c669b 100644 --- a/archive/v0.1.3/mithril.redraw.html +++ b/archive/v0.1.3/mithril.redraw.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.render.html b/archive/v0.1.3/mithril.render.html index ed3e93f5..64cc9793 100644 --- a/archive/v0.1.3/mithril.render.html +++ b/archive/v0.1.3/mithril.render.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.request.html b/archive/v0.1.3/mithril.request.html index 2e279805..0be98822 100644 --- a/archive/v0.1.3/mithril.request.html +++ b/archive/v0.1.3/mithril.request.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.route.html b/archive/v0.1.3/mithril.route.html index 507c3825..97db24bd 100644 --- a/archive/v0.1.3/mithril.route.html +++ b/archive/v0.1.3/mithril.route.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.sync.html b/archive/v0.1.3/mithril.sync.html index e93a905a..e3c61f33 100644 --- a/archive/v0.1.3/mithril.sync.html +++ b/archive/v0.1.3/mithril.sync.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.trust.html b/archive/v0.1.3/mithril.trust.html index 9397a32e..3991ea49 100644 --- a/archive/v0.1.3/mithril.trust.html +++ b/archive/v0.1.3/mithril.trust.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.withAttr.html b/archive/v0.1.3/mithril.withAttr.html index ca3f3f7a..d3c8913d 100644 --- a/archive/v0.1.3/mithril.withAttr.html +++ b/archive/v0.1.3/mithril.withAttr.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/mithril.xhr.html b/archive/v0.1.3/mithril.xhr.html index 663d6a6a..856f4c3a 100644 --- a/archive/v0.1.3/mithril.xhr.html +++ b/archive/v0.1.3/mithril.xhr.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/practices.html b/archive/v0.1.3/practices.html index c2be6dd7..3eccb669 100644 --- a/archive/v0.1.3/practices.html +++ b/archive/v0.1.3/practices.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/refactoring.html b/archive/v0.1.3/refactoring.html index 71eb63f4..ffa5f4aa 100644 --- a/archive/v0.1.3/refactoring.html +++ b/archive/v0.1.3/refactoring.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/roadmap.html b/archive/v0.1.3/roadmap.html index 19a1ce2a..50b677cd 100644 --- a/archive/v0.1.3/roadmap.html +++ b/archive/v0.1.3/roadmap.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/routing.html b/archive/v0.1.3/routing.html index 92370cfd..40d1904e 100644 --- a/archive/v0.1.3/routing.html +++ b/archive/v0.1.3/routing.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/tools.html b/archive/v0.1.3/tools.html index 26faba39..f56681ee 100644 --- a/archive/v0.1.3/tools.html +++ b/archive/v0.1.3/tools.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/archive/v0.1.3/web-services.html b/archive/v0.1.3/web-services.html index e96860cc..aa1b0141 100644 --- a/archive/v0.1.3/web-services.html +++ b/archive/v0.1.3/web-services.html @@ -12,6 +12,7 @@ Guide API + Community Download Github diff --git a/tests/mock.js b/tests/mock.js index 765e95b7..dfbe99c1 100644 --- a/tests/mock.js +++ b/tests/mock.js @@ -15,7 +15,7 @@ mock.window = new function() { }, getAttribute: function(name, value) { return this[name] - }, + } } } window.document.createTextNode = function(text) {