File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/com/google/javascript/jscomp/resources Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,14 @@ Storage.prototype.clear = function() {};
67
67
function WindowSessionStorage ( ) { }
68
68
69
69
/**
70
- * @type {Storage }
70
+ * @type {! Storage }
71
71
*/
72
72
WindowSessionStorage . prototype . sessionStorage ;
73
73
74
74
/**
75
75
* Window implements WindowSessionStorage
76
76
*
77
- * @type {Storage }
77
+ * @type {! Storage }
78
78
*/
79
79
Window . prototype . sessionStorage ;
80
80
@@ -85,14 +85,14 @@ Window.prototype.sessionStorage;
85
85
function WindowLocalStorage ( ) { }
86
86
87
87
/**
88
- * @type {Storage }
88
+ * @type {! Storage }
89
89
*/
90
90
WindowLocalStorage . prototype . localStorage ;
91
91
92
92
/**
93
93
* Window implements WindowLocalStorage
94
94
*
95
- * @type {Storage }
95
+ * @type {! Storage }
96
96
*/
97
97
Window . prototype . localStorage ;
98
98
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments