mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Update tests to work around QUnit 1.9.0 bug in Narwhal/older-Firefox and add platform.js to test/index.html.
Former-commit-id: eed8246c795735558ba9f499b86f08ed3970ccaf
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
'<input name="norequire" type="checkbox">No RequireJS</label>';
|
||||
|
||||
var label2 = document.createElement('label');
|
||||
label2.innerHTML =
|
||||
label2.innerHTML = ' ' +
|
||||
'<select name="build">' +
|
||||
'<option value="dev">Developement</option>' +
|
||||
'<option value="prod">Production</option>' +
|
||||
@@ -82,7 +82,7 @@
|
||||
'</select> Build';
|
||||
|
||||
var checkbox = label1.firstChild,
|
||||
dropdown = label2.firstChild;
|
||||
dropdown = label2.getElementsByTagName('select')[0];
|
||||
|
||||
init();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user