IE8从Ember 1.10升级到1.13.2后无法启动应用程序

时间:2015-07-08 09:49:19

标签: ember.js

从1.10升级到1.13.2后,我的应用程序停止在IE8上运行 - 它没有加载主路径,也没有正确启动应用程序。没有例外。以下是来自IE8的日志:

DEBUG: -------------------------------
DEBUG: Ember  : 1.13.2+616f7a7e
DEBUG: jQuery : 1.11.1
DEBUG: -------------------------------
Processing last blocks: 0ms
Timer "Processing last blocks" does not exist.
Attempting URL transition to /
generated -> route:application, [object Object]
generated -> route:index, [object Object]
Preparing to transition from '' to ' index'
Transition #0: application: calling beforeModel hook
Transition #0: application: calling deserialize hook
Transition #0: application: calling afterModel hook
Transition #0: index: calling beforeModel hook
Transition #0: index: calling deserialize hook
Transition #0: index: calling afterModel hook
Transition #0: Resolved all models on destination route; finalizing 
transition.
generated -> controller:application, [object Object]
generated -> controller:index, [object Object]
Transitioned into 'index'
Transition #0: TRANSITION COMPLETE.

来自Chrome的相同日志:

DEBUG: -------------------------------
DEBUG: Ember  : 1.13.2+616f7a7e
DEBUG: jQuery : 1.11.1
DEBUG: -------------------------------
1360
Processing last blocks: 0.009ms
Ember Inspector Active
Attempting URL transition to /
generated -> route:events.index Object {fullName: "route:events.index"}
Preparing to transition from '' to ' events.index'
Transition #0: application: calling beforeModel hook
Transition #0: application: calling deserialize hook
Transition #0: application: calling afterModel hook
Attempting transition to events.country
Transition #0: events.index: transition was aborted
Transition #1: events: calling beforeModel hook
Transition #0: detected abort.
Transition #1: events: calling deserialize hook
Transition #1: events: calling afterModel hook
Transition #1: events.country: calling beforeModel hook
Transition #1: events.country: calling deserialize hook
Transition #1: events.country: calling afterModel hook
Transition #1: Resolved all models on destination route; finalizing 
transition.
generated -> controller:application Object {fullName: "controller:application"}
Deprecations were detected, see the Ember Inspector deprecations tab for more details.
Transitioned into 'events.country'
Transition #1: TRANSITION COMPLETE.

在升级之前一切正常。有什么想法吗?

0 个答案:

没有答案