Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(169)

Unified Diff: app/subapps/browser/views/minimized.js

Issue 12272043: Remove use of showView to control view display.
Patch Set: Remove use of showView to control view display. Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « app/subapps/browser/views/charmresults.js ('k') | test/test_browser_app.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/subapps/browser/views/minimized.js
=== modified file 'app/subapps/browser/views/minimized.js'
--- app/subapps/browser/views/minimized.js 2013-05-17 14:51:05 +0000
+++ app/subapps/browser/views/minimized.js 2013-08-02 15:34:18 +0000
@@ -69,6 +69,16 @@
},
/**
+ * Destroy the minimized view.
+ *
+ * @method destructor
+ *
+ */
+ destructor: function() {
+ this.get('container').setHTML('');
+ },
+
+ /**
* Render out the view to the DOM.
*
* @method render
« no previous file with comments | « app/subapps/browser/views/charmresults.js ('k') | test/test_browser_app.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b