Leo Horie
|
a73f9cdd3a
|
mark todo
|
2014-09-19 00:06:43 -04:00 |
|
Leo Horie
|
d80b898b98
|
fix errors
|
2014-09-19 00:02:26 -04:00 |
|
Leo Horie
|
3984ce17eb
|
update change log
|
2014-09-18 23:38:30 -04:00 |
|
Leo Horie
|
391f54d21c
|
make signature doc consistent
|
2014-09-18 23:34:34 -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
|
67d8da8a3d
|
add note about polyfill.io
|
2014-09-18 22:03:31 -04:00 |
|
Leo Horie
|
999f2786a7
|
add link to polyfill.io
|
2014-09-18 18:25:58 -04:00 |
|
Richard Eames
|
c56f75a4c3
|
Check for arguments object edge case, and remove instanceof
|
2014-09-18 12:37:22 -06:00 |
|
Richard Eames
|
f3018776b8
|
Check for weird edge-case & tests
|
2014-09-18 12:04:02 -06:00 |
|
Richard Eames
|
c3d3fa7315
|
Check that the 2nd argument to m.route is a string
|
2014-09-18 10:57:30 -06:00 |
|
Richard Eames
|
e94a0a7c22
|
Added tests for other kinds of string
|
2014-09-18 10:56:17 -06:00 |
|
Leo Horie
|
b67b17680b
|
Merge remote-tracking branch 'origin/next' into next
|
2014-09-18 11:50:18 -04:00 |
|
Leo Horie
|
b632e671a3
|
update change log about m.module
|
2014-09-18 11:50:02 -04:00 |
|
zzmp
|
b94f7c2206
|
add mithril.deps to Gruntfile
|
2014-09-17 20:39:21 -07:00 |
|
zzmp
|
ab92e0e05f
|
added typescript definition of m.deps
|
2014-09-17 20:39:21 -07:00 |
|
zzmp
|
d3e1a9d988
|
documented m.deps
|
2014-09-17 20:39:21 -07:00 |
|
Richard Eames
|
9ae6d0ede1
|
Created common functions for typeof
|
2014-09-17 18:01:25 -06: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 |
|
Leo Horie
|
df2a3234df
|
Merge pull request #251 from zzmp/refactor-type-fn
Refactor type fn for readability/brevity
|
2014-09-17 17:46:01 -04:00 |
|
zzmp
|
8f3af0b6f1
|
prevent infinite delay on redraw
|
2014-09-17 14:24:22 -07:00 |
|
zzmp
|
7af59740f9
|
add teardown to test(L1457)
|
2014-09-17 14:23:26 -07:00 |
|
zzmp
|
d14306a9ca
|
fix mock requestAnimationFrame to allow chaining
|
2014-09-17 14:19:46 -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
|
5db2dc8434
|
clean up redundant code
|
2014-09-16 00:29:01 -04:00 |
|
Leo Horie
|
b3b3853d71
|
beef up docs
|
2014-09-16 00:17:22 -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
|
b224506159
|
update change log
|
2014-09-15 17:29:01 -04:00 |
|
Leo Horie
|
5a134ecf5b
|
fix bug when mixing keyed and unkeyed elements
|
2014-09-15 15:53:52 -04:00 |
|
Leo Horie
|
6949676e4f
|
Merge pull request #249 from nickolasgregory/patch-3
docs: tweaked example components setter-getter
|
2014-09-15 12:25:57 -04:00 |
|
Leo Horie
|
7faeb1a61d
|
Merge pull request #248 from nickolasgregory/patch-2
docs: minor typo
|
2014-09-15 12:25:18 -04:00 |
|
Leo Horie
|
1c5067834e
|
Merge pull request #247 from nickolasgregory/patch-1
docs: minor typo
|
2014-09-15 12:24:54 -04:00 |
|
nickolasgregory
|
46e8ffc627
|
tweaked example components setter-getter
Pass the function, not the returned object, to the autocompleter component.
Allows `dashboard` to pass results from `m.request()` - Tested OK
|
2014-09-15 20:01:14 +10:00 |
|
nickolasgregory
|
12c546924c
|
Update practices.md
|
2014-09-15 19:54:02 +10:00 |
|
nickolasgregory
|
149c0cdaef
|
docs: minor typo
|
2014-09-15 19:52:35 +10: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
|
e8af4fd7b5
|
fix size in readme
|
2014-09-14 21:41:00 -04:00 |
|
Leo Horie
|
70e7dec0ac
|
remove redundant code
|
2014-09-14 21:40:03 -04:00 |
|
Leo Horie
|
86f58655f1
|
update change log
|
2014-09-14 21:37:23 -04:00 |
|
Leo Horie
|
7fb6146ecc
|
Merge branch 'typescript_defs_no_implicit_any' of github.com:cbowdon/mithril.js into cbowdon-typescript_defs_no_implicit_any
Conflicts:
mithril.d.ts
|
2014-09-14 01:04:10 -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
|
71ba9edf4e
|
one more test, just to test out a hunch
|
2014-09-14 00:56:00 -04:00 |
|
Leo Horie
|
1dffbf781f
|
improve docs
|
2014-09-14 00:52:11 -04:00 |
|