we need to decalre favcount to keep tests happy

This commit is contained in:
Sam
2013-08-18 21:52:13 +10:00
parent 3b34ab8cab
commit b69d089d06
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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