]> git.ipfire.org Git - thirdparty/moment.git/commit
Change object construction to prevent Chrome v32 crashing. 1429/head
authorTate Johnson <tate@tatey.com>
Mon, 20 Jan 2014 04:59:09 +0000 (15:59 +1100)
committerTate Johnson <tate@tatey.com>
Mon, 20 Jan 2014 05:07:19 +0000 (16:07 +1100)
commit080c7313d4e328c49fd1e370f33b36a56f0c5f80
tree0831beab5f65426e675be64dff1924855ed6520a
parenta80ee78a14ccb922d6122e8e4d38cbfd759c2cd5
Change object construction to prevent Chrome v32 crashing.

Suspected JS execution optimizations in v32 is causing the browser to
throw "Aw, Snap".

See https://github.com/moment/moment/issues/1423
moment.js