OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright (C) 2011 Google Inc. All rights reserved. | 3 Copyright (C) 2011 Google Inc. All rights reserved. |
4 | 4 |
5 Redistribution and use in source and binary forms, with or without | 5 Redistribution and use in source and binary forms, with or without |
6 modification, are permitted provided that the following conditions | 6 modification, are permitted provided that the following conditions |
7 are met: | 7 are met: |
8 1. Redistributions of source code must retain the above copyright | 8 1. Redistributions of source code must retain the above copyright |
9 notice, this list of conditions and the following disclaimer. | 9 notice, this list of conditions and the following disclaimer. |
10 2. Redistributions in binary form must reproduce the above copyright | 10 2. Redistributions in binary form must reproduce the above copyright |
(...skipping 26 matching lines...) Expand all Loading... |
37 <script src="scripts/net.js"></script> | 37 <script src="scripts/net.js"></script> |
38 <script src="scripts/checkout.js"></script> | 38 <script src="scripts/checkout.js"></script> |
39 <script src="scripts/results.js"></script> | 39 <script src="scripts/results.js"></script> |
40 <script src="scripts/ui.js"></script> | 40 <script src="scripts/ui.js"></script> |
41 <script src="scripts/ui/results.js"></script> | 41 <script src="scripts/ui/results.js"></script> |
42 <script src="scripts/model.js"></script> | 42 <script src="scripts/model.js"></script> |
43 <script src="scripts/controllers.js"></script> | 43 <script src="scripts/controllers.js"></script> |
44 <script src="scripts/controllers/rebaseline.js"></script> | 44 <script src="scripts/controllers/rebaseline.js"></script> |
45 </body> | 45 </body> |
46 </html> | 46 </html> |
OLD | NEW |