Skip to content

Commit 017e012

Browse files
committed
Renamed observe.on("expand_category") key name to "data"
1 parent e3760de commit 017e012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ var Gmail = function() {
570570
break;
571571

572572
case "el":
573-
var response = {"url" : params.url, "body" : params.body, "expanded" : sent_params.ex == '1'}
573+
var response = {"url" : params.url, "body" : params.body, "data" : sent_params.ex == '1'}
574574
console.log('You just expanded a category');
575575
break;
576576
}

0 commit comments

Comments
 (0)