Fixes #1155 - Cookie requires Browser for the document object in the options. Otherwi... master
commitecf69b3b1da31c4a915804316265e71870ee637e
authorArian <arian@aryweb.nl>
Tue, 25 Jan 2011 22:09:43 +0000 (25 23:09 +0100)
committerChristoph Pojer <christoph.pojer@gmail.com>
Wed, 26 Jan 2011 00:44:03 +0000 (26 01:44 +0100)
treefdc0639968ce331b019167c04cd5f4e8b12e4b7f
parentb8a712d2c638bb41213b744f11e34fe65c4f8d4b
Fixes #1155 - Cookie requires Browser for the document object in the options. Otherwise typeOf(document) would be "object" so it would create infinite recursion. Browser changes typeOf(document) to "document"
Source/Utilities/Cookie.js