shortening module names.

This commit is contained in:
Jeremy Ashkenas
2011-10-04 15:56:32 -04:00
parent 1facc0e4fe
commit 7d0e4169a9
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
$(document).ready(function() {
module("Utility functions (uniqueId, template)");
module("Utility");
test("utility: noConflict", function() {
var underscore = _.noConflict();