diff --git a/source/Ox/js/Type.js b/source/Ox/js/Type.js index dcbc2b10..519c6b8d 100644 --- a/source/Ox/js/Type.js +++ b/source/Ox/js/Type.js @@ -364,6 +364,8 @@ Ox.typeOf Returns the type of a value 'object' > Ox.typeOf(new RegExp()) 'regexp' + > Ox.typeOf(localStorage) + 'storage' > Ox.typeOf('') 'string' > Ox.typeOf()