Revision 78ff98f...

Go back to digest for 14th July 2013

Bug Fixes in Other

Anton Kreuzkamp committed changes in [qmlweb] /:

Fix Animations.

This commit includes two fixes:
1. Writing "property: 'x'" in a NumberAnimation caused a syntax error because it
was handled as a property definition.
2. Animations didn't get their properties applied properly, because this had the
wrong value in the animations init().

File Changes

Modified 2 files
  •   src/parser.js
  •   src/qtcore.js
2 files changed in total