mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Ensure applet is hidden in perf/index.html.
Former-commit-id: ee23b966eca9148bbecd8d0826d954e755d232fe
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
applet {
|
||||||
|
position: absolute;
|
||||||
|
left: -9999em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
/** Load Lo-Dash */
|
/** Load Lo-Dash */
|
||||||
var lodash =
|
var lodash =
|
||||||
window.lodash || (
|
window.lodash || (
|
||||||
lodash = load('../lodash.min.js') || window._,
|
lodash = load('../lodash.js') || window._,
|
||||||
lodash = lodash._ || lodash,
|
lodash = lodash._ || lodash,
|
||||||
lodash.noConflict()
|
lodash.noConflict()
|
||||||
);
|
);
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
/** Load Underscore */
|
/** Load Underscore */
|
||||||
var _ =
|
var _ =
|
||||||
window._ || (
|
window._ || (
|
||||||
_ = load('../vendor/underscore/underscore-min.js') || window._,
|
_ = load('../vendor/underscore/underscore.js') || window._,
|
||||||
_._ || _
|
_._ || _
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user