| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2014 Google Inc. All rights reserved. | 2 Copyright 2014 Google Inc. All rights reserved. |
| 3 | 3 |
| 4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
| 6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
| 7 | 7 |
| 8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | 9 |
| 10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 <script src="src/dimension-handler.js"></script> | 41 <script src="src/dimension-handler.js"></script> |
| 42 <script src="src/box-handler.js"></script> | 42 <script src="src/box-handler.js"></script> |
| 43 <script src="src/transform-handler.js"></script> | 43 <script src="src/transform-handler.js"></script> |
| 44 <script src="src/property-names.js"></script> | 44 <script src="src/property-names.js"></script> |
| 45 <script src="src/timeline.js"></script> | 45 <script src="src/timeline.js"></script> |
| 46 <script src="src/maxifill-player.js"></script> | 46 <script src="src/maxifill-player.js"></script> |
| 47 <script src="src/animation-constructor.js"></script> | 47 <script src="src/animation-constructor.js"></script> |
| 48 <script src="src/effect-callback.js"></script> | 48 <script src="src/effect-callback.js"></script> |
| 49 <script src="src/group-constructors.js"></script> | 49 <script src="src/group-constructors.js"></script> |
| 50 | 50 |
| OLD | NEW |