Skip to content

Commit 32d76c0

Browse files
committed
Fixed smaller issues and compiler warnings.
1 parent 3de1ee8 commit 32d76c0

File tree

27 files changed

+952
-208
lines changed

27 files changed

+952
-208
lines changed

build/cwc/main-debug.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ closureBuilder.build({
5050
],
5151
compress: true,
5252
out: 'genfiles/core/js/cwc_ui.js',
53-
out_source_map: 'genfiles/core/js/cwc_ui.js.map',
54-
append: '//# sourceMappingURL=cwc_ui.js.map',
53+
//out_source_map: 'genfiles/core/js/cwc_ui.js.map',
54+
//append: '//# sourceMappingURL=cwc_ui.js.map',
5555
options: {
5656
closure: {
5757
debug: true,

build/externs/chrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ chrome.app.window = {};
6262
/** @type {Function} */
6363
chrome.app.window.get = function() {};
6464

65-
/** @type {chrome.app.window} */
65+
/** @type {Function} */
6666
chrome.app.window.current = function() {};
6767

6868
/** @type {Function} */

0 commit comments

Comments
 (0)