2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00

Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline

This commit is contained in:
Robin Ward 2013-02-22 15:41:12 -05:00
parent 0321643636
commit e461c84253
217 changed files with 11996 additions and 12131 deletions

View file

@ -1,6 +1,4 @@
/*global waitsFor:true expect:true describe:true beforeEach:true it:true */
(function() {
describe("Discourse.BBCode", function() {
var format;
format = Discourse.BBCode.format;
@ -178,4 +176,4 @@
});
});
}).call(this);