diff options
| author | lizhineng <[email protected]> | 2013-06-29 16:25:38 +0800 |
|---|---|---|
| committer | lizhineng <[email protected]> | 2013-06-29 16:25:38 +0800 |
| commit | ceb4ee6845a16ff898b8e54213e490ca6638982c (patch) | |
| tree | c469949235705335db4cdfcc3fe2dd46d57f57ca /js/utility.min.js | |
| parent | 45f3be5425870f9b4cf9a60f2f950fa3dd7807ef (diff) | |
| download | word-search-game-ceb4ee6845a16ff898b8e54213e490ca6638982c.tar.gz word-search-game-ceb4ee6845a16ff898b8e54213e490ca6638982c.zip | |
Finished the basic framework
Diffstat (limited to 'js/utility.min.js')
| -rw-r--r-- | js/utility.min.js | 1 |
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 |
