Commit graph

204 commits

Author SHA1 Message Date
Leo Horie
16faf2159d add docs in setAttributes 2014-09-21 14:49:00 -04:00
Leo Horie
d9760fa323 remove dead code 2014-09-20 10:51:43 -04:00
Leo Horie
7cf7e2cba5 fix diff for root=document and no m("html") 2014-09-20 10:33:35 -04:00
Leo Horie
094c4e57ff refactor config: m.route to use context 2014-09-20 10:07:56 -04:00
Leo Horie
5a0de885db ops broke the tests 2014-09-19 11:19:37 -04:00
Leo Horie
5d56955720 Merge remote-tracking branch 'origin/next' into next 2014-09-19 09:51:46 -04:00
Leo Horie
b568426f57 fix logic 2014-09-19 09:51:31 -04:00
Leo Horie
f704ca38dc Merge pull request #265 from taylorhakes/unused-autoredraw-param
Removed unused group param from autoredraw
2014-09-19 09:46:19 -04:00
Leo Horie
153d2384c8 actually fix error from promise branch merge 2014-09-19 00:28:30 -04:00
Taylor Hakes
8f0a22f914 Removed unused group param from autoredraw 2014-09-19 00:17:31 -04:00
Leo Horie
d80b898b98 fix errors 2014-09-19 00:02:26 -04:00
Leo Horie
090aefbc07 expose exception monitor 2014-09-18 23:32:37 -04:00
Leo Horie
69ead12a1d Merge branch 'next' into es6-promise 2014-09-18 23:05:14 -04:00
Leo Horie
7efda2c10b deal with setTimeout properly 2014-09-18 22:58:59 -04:00
Leo Horie
ac4863ff7c Merge remote-tracking branch 'origin/next' into es6-promise
Conflicts:
	mithril.js
2014-09-18 22:26:13 -04:00
Leo Horie
be9032eb8f Merge pull request #253 from zzmp/fix-redraw-infinite-delay
Fix redraw infinite delay
2014-09-17 17:47:36 -04:00
zzmp
8f3af0b6f1 prevent infinite delay on redraw 2014-09-17 14:24:22 -07:00
zzmp
d763793027 refactor type fn for readability/brevity 2014-09-17 12:17:18 -07:00
Leo Horie
86a79a0f5e setTimeout of 16 instead of 0 2014-09-16 21:42:42 -04:00
Leo Horie
bf356a1ab2 drop facade 2014-09-15 22:56:00 -04:00
Leo Horie
fe17009bc9 Merge branch 'next' into es6-promise
Conflicts:
	docs/mithril.deferred.md
2014-09-15 21:32:39 -04:00
Leo Horie
f667d18b36 don't use invalid element tag names 2014-09-15 21:30:52 -04:00
Leo Horie
5a134ecf5b fix bug when mixing keyed and unkeyed elements 2014-09-15 15:53:52 -04:00
Leo Horie
be7718213f refactor promises 2014-09-14 23:18:39 -04:00
Leo Horie
2537bded27 Merge branch 'next' into es6-promise 2014-09-14 22:31:24 -04:00
Leo Horie
70e7dec0ac remove redundant code 2014-09-14 21:40:03 -04:00
Leo Horie
7d718a9e76 Merge pull request #242 from Whoaa512/m.module-return-controller
M.module return controller
2014-09-14 00:59:44 -04:00
Leo Horie
7f38eddbf5 Merge branch 'next' into es6-promise 2014-09-14 00:57:21 -04:00
Leo Horie
067da7eedc code style 2014-09-14 00:47:06 -04:00
C. James Winslow
1222eb913a return reference to the instantiated controller from m.module 2014-09-10 16:21:33 -07:00
Leo Horie
0ee2d7f200 mimic html fallback-to-doing-nothing-on-invalid-attributes behavior in IE8, instead of throwing non-helpful "Invalid argument." error 2014-09-04 22:10:14 -04:00
Leo Horie
5ff1767646 Merge pull request #233 from Bobris/next
Useless line removed.
2014-09-03 21:16:20 -04:00
Leo Horie
499dfe9d4e Merge branch 'next' into es6-promise 2014-09-03 21:15:20 -04:00
Leo Horie
e94db04de1 Merge branch 'next' of github.com:claydotio/zorium.js into claydotio-next
Conflicts:
	mithril.js
	tests/mithril-tests.js
2014-09-03 21:14:14 -04:00
Leo Horie
36999e6f4d enable es6 promise compatibility 2014-09-03 21:12:12 -04:00
Boris Letocha
b9830271d3 Useless line removed. 2014-09-03 00:08:49 +02:00
Leo Horie
76a7d7f6d9 handle html5 form attribute as a special case like list 2014-09-01 18:32:28 -04:00
Leo Horie
b70284d493 code style 2014-09-01 11:29:53 -04:00
Leo Horie
18dcfce5e2 don't need partial ability when deferring config calling 2014-09-01 10:47:26 -04:00
Leo Horie
a87e2a1414 small refactoring 2014-09-01 10:42:15 -04:00
Zolmeister
3dc6f1e16c m: Added splat support for m() constructor 2014-08-31 01:22:05 -07:00
Leo Horie
4d79d91c57 Merge pull request #227 from claydotio/next
removed Function.bind() call
2014-08-26 19:36:11 -04:00
Zolmeister
f612ce4b2c removed Function.bind() call 2014-08-26 16:30:02 -07:00
Alec Embke
07ff5c9cf8 merged upstream with jsonp additions 2014-08-25 11:09:55 -07:00
Alec Embke
daf8160bf2 added jsonp transport 2014-08-25 10:36:26 -07:00
Juan Manuel Ventura
fd7b3e0803 check store nullity in m.prop 2014-08-22 01:18:36 +02:00
Leo Horie
dbac7f8468 add comments and tests for 219 2014-08-20 18:53:13 -04:00
Leo Horie
f64d861552 fix undefined diff case without breaking void element case 2014-08-16 22:33:16 -04:00
Leo Horie
a42dc113a4 fix child caching from undefined to array 2014-08-16 17:56:24 -04:00
Leo Horie
936e2034a7 fix handling of + in parseQuerystring 2014-08-16 17:06:27 -04:00