fix ordering issue where previous sibling is array

This commit is contained in:
Leo Horie 2014-04-13 22:32:56 -04:00
parent e5f0d7cebb
commit 8fd5069439
60 changed files with 6944 additions and 10 deletions

20
archive/v0.1.7/bower.json Normal file
View file

@ -0,0 +1,20 @@
{
"name": "mithril",
"version": "0.1.7",
"main": "mithril.min.js",
"description": "A Javascript Framework for building brilliant applications",
"authors": ["Leo Horie <lhorie@hotmail.com>"],
"license": "MIT",
"ignore": [
"*.html",
"*.css",
"*.zip",
"*.json",
"mithril-tests.js",
"archive",
"comparisons",
"lib",
"tools"
],
"keywords": ["mithril", "mvc", "framework"]
}