we need to decalre favcount to keep tests happy
This commit is contained in:
parent
3b34ab8cab
commit
b69d089d06
|
@ -1,5 +1,6 @@
|
|||
/*global Modernizr:true*/
|
||||
/*global assetPath:true*/
|
||||
/*global Favcount:true*/
|
||||
|
||||
/**
|
||||
The main Discourse Application
|
||||
|
|
|
@ -92,6 +92,7 @@ predef:
|
|||
- find
|
||||
- sinon
|
||||
- controllerFor
|
||||
- Favcount
|
||||
|
||||
browser: true # true if the standard browser globals should be predefined
|
||||
rhino: false # true if the Rhino environment globals should be predefined
|
||||
|
|
Loading…
Reference in New Issue