Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 392114

Summary: Globals in gitStatusExplorer.js and gitCommitExplorer.js
Product: [ECD] Orion Reporter: John Arthorne <john.arthorne>
Component: GitAssignee: Project Inbox <orion.git-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: Szymon.Brandys
Version: 1.0Flags: Szymon.Brandys: review? (ken_walker)
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
DOM inspector screen shot none

Description John Arthorne CLA 2012-10-16 15:48:57 EDT
Build: 1.0 RC2

These scripts define several global variables (bound to "window" in browser).

gitCommitExplorer.js:
 - DiffModel
 - DiffNavigator
 - DiffRenderer

gitStatusExplorer.js
 - StagedModel
 - StagedNavigator
 - StagedRenderer
 - UnstagedModel
 - UnstagedNavigator
 - UnstagedRenderer
Comment 1 John Arthorne CLA 2012-10-16 15:49:32 EDT
Created attachment 222433 [details]
DOM inspector screen shot
Comment 3 Szymon Brandys CLA 2015-04-01 10:06:09 EDT
Invalid.