Add example extern for exampleNS

This commit is contained in:
Antoine Abt
2014-02-13 16:14:05 +01:00
parent b169ef2094
commit 21bfdb1d1e
4 changed files with 12 additions and 1 deletions

9
externs/example.js Normal file
View File

@@ -0,0 +1,9 @@
/**
* @type {Object}
*/
var exampleNS;
/** @interface */
exampleNS.getRendererFromQueryString = function() {};