mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 09:11:17 +08:00
Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline
This commit is contained in:
@ -1,6 +1,4 @@
|
||||
/*global waitsFor:true expect:true describe:true beforeEach:true it:true */
|
||||
(function() {
|
||||
|
||||
|
||||
describe("Discourse.MessageBus", function() {
|
||||
return describe("Long polling", function() {
|
||||
@ -10,4 +8,4 @@
|
||||
});
|
||||
});
|
||||
|
||||
}).call(this);
|
||||
|
||||
|
Reference in New Issue
Block a user