MediaWiki:Gadget-dps-core.js: Difference between revisions

Created page with "// OSRS DPS Calculator // Version 1.0 // Made by Gau Cho // // // Thanks to Bitterkoekje, Elessar2, Gaz, Koekenpan, riblet15, TehKittyCat // import Gadget-dps-data.js // import Gadget-dps-data2.js →‎globals equipment, monster, $, rswiki, OO: →‎jshint es3: true: 'use strict'; //Debug var ticTime = performance.now(); function tic() { ticTime = performance.now(); } function toc() { var ticTocTime = performance.now() - ticTime; console.log('Milliseconds..."
(Created page with "// OSRS DPS Calculator // Version 1.0 // Made by Gau Cho // // // Thanks to Bitterkoekje, Elessar2, Gaz, Koekenpan, riblet15, TehKittyCat // import Gadget-dps-data.js // import Gadget-dps-data2.js →‎globals equipment, monster, $, rswiki, OO: →‎jshint es3: true: 'use strict'; //Debug var ticTime = performance.now(); function tic() { ticTime = performance.now(); } function toc() { var ticTocTime = performance.now() - ticTime; console.log('Milliseconds...")
(No difference)