Is there a way to get rid of the warning
JSC_NOT_FUNCTION_TYPE expressions are not callable
while packaging javascript with google closure compiler ?
var require = function(){};
var a=typeof require=="function"&& require;
function hello(name) {
var x = 2;
alert(a(x));
alert('Hello, ' + name);
}
hello('User X');
Online helper tool to run closure compiler: http://closure-compiler.appspot.com/home