blob: cd26d0a5f6150f61121ca52937c92db4ce283477 (
plain)
1
2
3
4
5
|
/* This file is needed so that the Google Closure Compiler does not complain
* about the module, define, and exports variables being undefined */
var module = null;
var define = null;
var exports = null;
|