Guest User

Untitled

a guest
Apr 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // This is a JS comment...
  2. // google.closure.compiler = [inlineLocalFunctions: false]
  3.  
  4. com.google.javascript.jscomp.Compiler.compile(
  5. List<T1> externs, List<T2> inputs, CompilerOptions options)
  6.  
  7. options.inlineLocalFunctions=false
  8. // Then delegate call to the real compile() method
Add Comment
Please, Sign In to add comment