mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
going to version 0.1.1 with noConflict
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
module("Utility functions (uniqueId, template)");
|
||||
|
||||
test("utility: noConflict", function() {
|
||||
var underscore = _.noConflict();
|
||||
ok(underscore.isUndefined(_), "The '_' variable has been returned to its previous state.");
|
||||
window._ = underscore;
|
||||
});
|
||||
|
||||
test("utility: uniqueId", function() {
|
||||
var ids = [], i = 0;
|
||||
|
||||
Reference in New Issue
Block a user