-
```
What steps will reproduce the problem?
Perform the following steps once with a goog.fs.DirectoryEntry object and once
with goog.testing.fs.DirectoryEntry object.
1. Create a directory entry as …
-
```
What steps will reproduce the problem?
Perform the following steps once with a goog.fs.DirectoryEntry object and once
with goog.testing.fs.DirectoryEntry object.
1. Create a directory entry as …
-
I follow the steps in the docs, convert the .proto message to myproto_libs.js file while importing the file
following error occurred
ReferenceError: goog is not defined
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…
-
I’m not sure how it works yet, but goog is a pseudo-namespace. reported by @orestis, thank you!
source: https://clojurians.slack.com/archives/C07UQ678E/p1638197782182300
![CleanShot 2022-09-27 …
-
In the latest Closure Library goog.format.insertWordBreaks is deprecated.
This leads to the following warning:
soyutils_usegoog.js:1526: WARNING - Property insertWordBreaks of type goog.format has bee…
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…
-
```
The problem is in method animatedSetValue_.
This code needs disposing:
if (this.currentAnimation_) {
this.currentAnimation_.stop(true);
}
This is fix:
if (this.currentAnimation_) {
this…
-
```
goog.userAgent.X11 seems a bit silly to me because the other related
constants (goog.userAgent.WINDOWS, goog.userAgent.MAC, and
goog.userAgent.LINUX) are mutually exclusive choices whereas
goog.us…