mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix error in Firefox < 4.
This commit is contained in:
2
vendor/qunit-extras/qunit-extras.js
vendored
2
vendor/qunit-extras/qunit-extras.js
vendored
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user