mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 09:22:42 +08:00
Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
/*global waitsFor:true expect:true describe:true beforeEach:true it:true runs:true */
|
||||
|
||||
(function() {
|
||||
|
||||
describe("PreloadStore", function() {
|
||||
beforeEach(function() {
|
||||
return PreloadStore.store('bane', 'evil');
|
||||
@ -115,4 +113,4 @@
|
||||
});
|
||||
});
|
||||
|
||||
}).call(this);
|
||||
|
||||
|
Reference in New Issue
Block a user