Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Change ua verison to ca2, cuz we're diffrn't now.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=57976062
  • Loading branch information
DaddingtonPalace committed Dec 11, 2013
1 parent c123e88 commit f75358e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google-analytics-bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/google_analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ analytics.GA_SERVER_ = 'https://www.google-analytics.com/collect';
* major change to the library.
* @private {string}
*/
analytics.LIBRARY_VERSION_ = 'ca1';
analytics.LIBRARY_VERSION_ = 'ca2';


/** @private {string} */
Expand Down
2 changes: 1 addition & 1 deletion src/tests/google_analytics_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ function testSend_DeliversPayload() {
assertTrue(sent.content, goog.array.contains(entries, 'ea=Melt'));
assertTrue(sent.content, goog.array.contains(entries, 'el=Strawberry'));
assertTrue(sent.content, goog.array.contains(entries, 'ev=100'));
assertTrue(sent.content, goog.array.contains(entries, '_v=ca1'));
assertTrue(sent.content, goog.array.contains(entries, '_v=ca2'));
}
3 changes: 1 addition & 2 deletions src/tests/service_channel_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ goog.require('goog.structs.Map');
goog.require('goog.testing.jsunit');


/** @const {string} */
var LIB_VERSION = 'ca1';
/** @const {string} */var LIB_VERSION = 'ca2';


/** @const {string} */
Expand Down

1 comment on commit f75358e

@DaddingtonPalace
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the bundle didn't pick up any of the new code. Just the version update.

Please sign in to comment.