mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
we need to decalre favcount to keep tests happy
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
/*global Modernizr:true*/
|
/*global Modernizr:true*/
|
||||||
/*global assetPath:true*/
|
/*global assetPath:true*/
|
||||||
|
/*global Favcount:true*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
The main Discourse Application
|
The main Discourse Application
|
||||||
|
@ -92,6 +92,7 @@ predef:
|
|||||||
- find
|
- find
|
||||||
- sinon
|
- sinon
|
||||||
- controllerFor
|
- controllerFor
|
||||||
|
- Favcount
|
||||||
|
|
||||||
browser: true # true if the standard browser globals should be predefined
|
browser: true # true if the standard browser globals should be predefined
|
||||||
rhino: false # true if the Rhino environment globals should be predefined
|
rhino: false # true if the Rhino environment globals should be predefined
|
||||||
|
Reference in New Issue
Block a user