Good job of Animate team for to increase speed in design time, but I have two errors now in one project after upgrade and web does not work.
Now, in Firefox console show this errors:
TypeError: h is undefined | edge.5.0.0.min.js:152
k.Event(d.methodName):k.Event(b);d&&(k.extend(e,d),d.variableValue&&(p=d.variableValue));h =Array.prototype.slice.call(arguments);h.splice(0,0,e,p);h.unshift(a);try{return c.apply(a,h)}catch(l){f(h)}}),h):null}function t(a,b){var d=b[0],e=v[d[0]],f;e&&(f=s(a,d[0],d[1],b.slice(1)))&&e.apply(a,[f].concat(d.slice(1)))}fu nction e(a,b){b=b||a.data[a.name].actions||{};k.extend(a,b)}function n(a,b,p,l,u,c){var h=f.getComposition(a).sym[b],g=r("binding");p=[[c,p,l],g];var m;h.actions=h.actions||{};h.actions[g]=
"Javascript error in event handler! Event Type = symbol" | edge.5.0.0.min.js:150
(function(f){function s(a,b,d,e){function f(c){if(2<=c.length&&"object"===typeof c[0]&&"object"===typeof c[1]&&"onError"!==c[1].type){var d;d=k.Event("onError");a&&(d.compId=a.getComposition().compId);d.originalEvent=c[1];docum ent.dispatchEvent(d)}window.console.log("Javascript error in event handler! Event Type = "+b)}var c=a[e[0]],h;return"function"===typeof c?("element"===b?h=function(){var b;b=Array.prototype.slice.call(arguments);b.unshift(a);if(2<=b.length&&"object"===typeof b[0]&&"object"===
TypeError: Argument 2 of EventTarget.removeEventListener is not an object. | edge.5.0.0.min.js:155
e.AnListeners||{};f[a]=f[a]||[];f[a].push(b)});return this},unbind:function(a,b){this.each(function(d,e){var f=k.Event.special[a];f&&f.teardown&&f.teardown.call(e,a,b);e.removeEventListener?e.remove EventListener(a,b):e.detachEvent&&e.detachEvent(a,b);var f=e.AnListeners=e.AnListeners||{},c,h;c=f[a]=f[a]||[];for(h=f.length-1;0<=h;h--)c[h]===b& &f.splice(h,1)});return this},trigger:function(a){var b=document;this[0]&&(b=this[0]);b.dispatchEvent(a);return this}});l={creationComplete:function(a,b){e(a);
In Chrome console:
Uncaught TypeError: Cannot read property 'actions' of undefined | edge.5.0.0.min.js:152
Javascript error in event handler! Event Type = symbol | edge.5.0.0.min.js:150
What is the problem?
Thank you very much.