Changeset 202668 in webkit
- Timestamp:
- Jun 29, 2016, 9:39:55 PM (10 years ago)
- Location:
- trunk/Websites/webkit.org
- Files:
-
- 1 added
- 2 edited
-
ChangeLog (modified) (1 diff)
-
demos/spring/dat.gui.min.js (added)
-
demos/spring/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/webkit.org/ChangeLog
r202665 r202668 1 2016-06-29 Dean Jackson <dino@apple.com> 2 3 Add the UI JavaScript library to make 4 other browsers happy. 5 6 * demos/spring/dat.gui.min.js: Added. 7 * demos/spring/index.html: 8 1 9 2016-06-29 Dean Jackson <dino@apple.com> 2 10 -
trunk/Websites/webkit.org/demos/spring/index.html
r202665 r202668 54 54 55 55 </style> 56 <script src=" https://raw.github.com/dataarts/dat.gui/master/build/dat.gui.min.js"></script>56 <script src="dat.gui.min.js"></script> 57 57 <script src="spring.js"></script> 58 58 <script>
Note:
See TracChangeset
for help on using the changeset viewer.