Fix error in Firefox < 4.

This commit is contained in:
John-David Dalton
2014-04-15 09:24:33 -07:00
parent 3d0f7b8e7e
commit be88b5aba2

View File

@@ -154,7 +154,7 @@
phantom = context.phantom,
process = phantom || context.process,
document = !phantom && context.document,
java = context.java;
java = !document && context.java;
/** Detect the OS of the platform */
var os = (function() {