Questions tagged [google-closure]

Google Closure is a framework for writing large-scale applications in JavaScript. It includes an extensive library, a linter, a compiler, a template system, and a stylesheet language.

Google Closure is a framework for writing large-scale applications in JavaScript. It includes an extensive library, a linter, a compiler, a template system, and a stylesheet language.

Closure is an Object-Oriented framework which borrows many concepts from Java, such as support for strong typing for compile-time checking, and deep object inheritance hierarchies.

532 questions
7
votes
2 answers

Google closure editor open source projects and plugins

Anyone know where i could find good plugins for the closure editor. So far i only found: https://github.com/yinhm/google-closure-editor-image and http://github.com/shripadk/google-closure-image-plugin Image, video, HTML edit, tables plugins would be…
montrealmike
  • 11,433
  • 10
  • 64
  • 86
7
votes
1 answer

Future of Google Closure open source project

I love using the Closure library and the ideas behind using the Closure Compiler with the library. I've used it in several projects already, such as Post This For Me. A resent project. I'm thinking about using Closure on a huge project I've got…
7
votes
2 answers

Closure event delegation - event listener on DOM parent that covers children/descendants of a given class

In jQuery, you can do the following: $('#j_unoffered').on('click', '.icon_del', function () {... This puts one handler on the element j_unoffered that fires if any descendant element with class icon_del is clicked. It applies, furthermore, to any…
Nick
  • 5,995
  • 12
  • 54
  • 78
7
votes
2 answers

What are the best/more stable features of the Google Closure Library

In November 2009 Google announced the release of Closure Tools which include the Closure Library. According to this post google closure library contains some battle-hardened parts and others more experimental. Could folks with experience using…
theycallmemorty
  • 12,515
  • 14
  • 51
  • 71
7
votes
1 answer

How to use CoffeeScript together with Google Closure

Recently I have started to use Google Closure Tools for my javascript development. Until now, I have used to write my code in CoffeeScript, however, the javascript generated by CoffeeScript seems to be incompatible with Google Closure Compiler's…
Samuel Hapak
  • 6,950
  • 3
  • 35
  • 58
7
votes
1 answer

requirejs vs google javascript closure dependency management

I've been using the google javascript closure library for a variety of components, and I've also used its dependency management. I'm curious as to how that compares to using requirejs for dependency management. Specifically, is there a particular…
Jeff Storey
  • 56,312
  • 72
  • 233
  • 406
6
votes
1 answer

Why does this line of Google closure look like it looks?

Why does this javascript line looks like this? I mean, why there's an extra + near the end? '