diff options
| author | Steven Thomas <[email protected]> | 2014-03-20 09:12:42 -0700 |
|---|---|---|
| committer | Steven Thomas <[email protected]> | 2014-03-20 09:12:42 -0700 |
| commit | 726c52191b687252d447dd92122f74653c3271b8 (patch) | |
| tree | ec37fb9add43a2775152b8b1d94cc5c49b02acec /js/utility.min.js | |
| parent | e46f1f131101a24910c5073d6cb6ff7189891663 (diff) | |
| download | word-search-game-726c52191b687252d447dd92122f74653c3271b8.tar.gz word-search-game-726c52191b687252d447dd92122f74653c3271b8.zip | |
Fixed spelling - renamed wordseach occurrences to wordsearch.
Diffstat (limited to 'js/utility.min.js')
| -rw-r--r-- | js/utility.min.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
