mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07: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,
|
phantom = context.phantom,
|
||||||
process = phantom || context.process,
|
process = phantom || context.process,
|
||||||
document = !phantom && context.document,
|
document = !phantom && context.document,
|
||||||
java = context.java;
|
java = !document && context.java;
|
||||||
|
|
||||||
/** Detect the OS of the platform */
|
/** Detect the OS of the platform */
|
||||||
var os = (function() {
|
var os = (function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user