pull/3/head
iotcat 5 years ago
parent e5d0168cc6
commit 6fb1819917
  1. 2
      demo.html
  2. 4
      fp.js
  3. 2
      fp.min.js
  4. 2
      fp.min.js.map

@ -58,7 +58,7 @@
<p><strong>Detailed information: </strong></p>
<pre id="details"></pre>
<script src="fp.js"></script>
<script src="fp.min.js"></script>
<script>
document.querySelector("#btn").addEventListener("click", function () {

@ -1,5 +1,5 @@
const cookie = {
var cookie = {
set: function (name, value) {
var Days = 3000;
var exp = new Date();
@ -36,7 +36,7 @@ const cookie = {
})('fp', this, function () {
'use strict'
const MaxDiff = 0.94;
var MaxDiff = 0.94;
var x64Add = function (m, n) {

2
fp.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save