⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 202668 in webkit


Ignore:
Timestamp:
Jun 29, 2016, 9:39:55 PM (10 years ago)
Author:
dino@apple.com
Message:

Add the UI JavaScript library to make
other browsers happy.

  • demos/spring/dat.gui.min.js: Added.
  • demos/spring/index.html:
Location:
trunk/Websites/webkit.org
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r202665 r202668  
     12016-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
    192016-06-29  Dean Jackson  <dino@apple.com>
    210
  • trunk/Websites/webkit.org/demos/spring/index.html

    r202665 r202668  
    5454
    5555</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>
    5757<script src="spring.js"></script>
    5858<script>
Note: See TracChangeset for help on using the changeset viewer.