From ceb4ee6845a16ff898b8e54213e490ca6638982c Mon Sep 17 00:00:00 2001 From: lizhineng Date: Sat, 29 Jun 2013 16:25:38 +0800 Subject: Finished the basic framework --- js/utility.min.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 js/utility.min.js (limited to 'js/utility.min.js') 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 -- cgit v1.2.3