mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline
This commit is contained in:
parent
0321643636
commit
e461c84253
217 changed files with 11996 additions and 12131 deletions
|
@ -1,7 +1,5 @@
|
|||
/*global waitsFor:true expect:true describe:true beforeEach:true it:true */
|
||||
|
||||
(function() {
|
||||
|
||||
describe("Discourse.Utilities", function() {
|
||||
describe("categoryUrlId", function() {
|
||||
it("returns the slug when it exists", function() {
|
||||
|
@ -133,4 +131,4 @@
|
|||
});
|
||||
});
|
||||
|
||||
}).call(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue