Top "Google-closure" questions

Google Closure is a framework for writing large-scale applications in JavaScript.

What does Google Closure Library offer over jQuery?

Considering business background community support available extensions default set of features simplicity of use and reliability why do you prefer …

jquery google-closure google-closure-library
TinyMCE Paths, How to specify where to load things like editor_plugin.js

I installed TinyMCE, everything was working great. I then used Google Closure to package my site's JavaScript along with TinyMCE_…

jquery tinymce google-closure
How to solve "cannot call method ... to undefined" in google closure (creating simple toolbar)?

below is a complete HTML source for building a simple toolbar with google closure. Gives an error message in Chrome: …

google-closure
How to document a string type in jsdoc with limited possible values

I am having a function that accepts one string parameter. This parameter can have only one of a few defined …

google-closure-compiler google-closure jsdoc code-documentation
difference between "void 0 " and "undefined"

I'm using "Closure Compiler", when compiling my scripts I spend the following: Before compiling: // ==ClosureCompiler== // @compilation_level SIMPLE_OPTIMIZATIONS // @output_…

javascript google-closure google-closure-compiler
Google Closure minifier online?

Has anyone setup an online copy/paste utility for Google's Closure minifier? I'm working on a project and I want …

javascript minify google-closure
jQuery compiled with Google Closure Compiler

Has anyone compiled jQuery against Google's newly-released Closure compiler? There has been reported huge savings in code size. I'm curious …

javascript jquery minify google-closure google-closure-compiler
Google Closure Compiler with jQuery applications

I have a lot of time invested in jquery and a large application built with it. Recently I've been reviewing …

jquery google-closure google-closure-compiler