From 726c52191b687252d447dd92122f74653c3271b8 Mon Sep 17 00:00:00 2001 From: Steven Thomas Date: Thu, 20 Mar 2014 09:12:42 -0700 Subject: Fixed spelling - renamed wordseach occurrences to wordsearch. --- js/utility.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/utility.min.js') diff --git a/js/utility.min.js b/js/utility.min.js index 5f5a5f6..a8b0a58 100644 --- a/js/utility.min.js +++ b/js/utility.min.js @@ -1 +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 +"function"!=typeof Math.rangeInt&&(Math.rangeInt=function(n,t){return void 0==t&&(t=n,n=0),Math.floor(Math.random()*(t-n+1))+n}),"function"!=typeof Object.merge&&(Object.merge=function(n,t){for(var e in n)t[e]=n[e];return t}); \ No newline at end of file -- cgit v1.2.3