fix text node reattachment when parent changes but node value does not

This commit is contained in:
Leo Horie 2014-04-13 11:10:25 -04:00
parent 215b56ae7c
commit f768b7bb63
60 changed files with 6859 additions and 8 deletions

View file

@ -0,0 +1,10 @@
{
"name": "mithril",
"description": "A Javascript framework for building brilliant applications",
"keywords": ["mvc", "framework"],
"repository": "lhorie/mithril",
"main": "mithril.min.js",
"scripts": ["mithril.min.js", "mithril.min.map", "mithril.js"],
"version": "0.1.6",
"license": "MIT"
}