Skip to content

Commit 12f8dbb

Browse files
committed
Add warning of possible deprecation.
This addresses issue #342.
1 parent 19012e8 commit 12f8dbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gmail.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ var Gmail_ = function(localJQuery) {
227227
};
228228

229229
api.check.should_compose_fullscreen = function(){
230+
console.warn("gmail.js: This function is known to be unreliable, and may be deprecated in a future release.");
230231
var bx_scfs = [];
231232
try {
232233
bx_scfs = api.tracker.globals[17][4][1][32];

0 commit comments

Comments
 (0)