summaryrefslogtreecommitdiff
path: root/js/utility.min.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/utility.min.js')
-rw-r--r--js/utility.min.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/utility.min.js b/js/utility.min.js
new file mode 100644
index 0000000..5f5a5f6
--- /dev/null
+++ b/js/utility.min.js
@@ -0,0 +1 @@
+if(typeof Math.rangeInt!="function"){Math.rangeInt=function(b,a){if(a==undefined){a=b;b=0}return Math.floor(Math.random()*(a-b+1))+b}}if(typeof Object.merge!="function"){Object.merge=function(c,b){for(var a in c){b[a]=c[a]}return b}}; \ No newline at end of file