Search:
Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Timeline
Roadmap
View Tickets
Search
Ticket Graph
Context Navigation
← Previous Change
Ticket Comment History
Next Change →
Changes between
Initial Version
and
Version 1
of
Ticket #17787, comment 3
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Mar 24, 2014, 11:40:28 AM (
8 years
ago)
Author:
bill
Comment:
Legend:
Unmodified
Added
Removed
Modified
Ticket #17787, comment 3
initial
v1
1
{{{
1
2
_closeChild: function(){
2
3
...
…
…
6
7
...
7
8
}
9
}}}
8
10
9
11
…
…
11
13
12
14
15
{{{
13
16
if(this.currentPopupItem) {
14
17
// Close all popups that are open and descendants of this menu
…
…
16
19
this.currentPopupItem = null;
17
20
}
21
}}}