michael@0: /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ michael@0: /* michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/licenses/publicdomain/ michael@0: */ michael@0: michael@0: michael@0: // explicitly turn on js185 michael@0: // XXX: The browser currently only supports up to version 1.8 michael@0: if (typeof version != 'undefined') michael@0: { michael@0: version(185); michael@0: } michael@0: