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

Unified Diff: app/app.js

Issue 7417043: Add Landscape bottom-bar controls
Patch Set: Add Landscape bottom-bar controls Created 11 years 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 | « [revision details] ('k') | app/assets/images/destroy_icon.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.js
=== modified file 'app/app.js'
--- app/app.js 2013-02-28 23:29:47 +0000
+++ app/app.js 2013-03-01 15:17:48 +0000
@@ -635,7 +635,8 @@
// links from notifications about errors.
{ getModelURL: Y.bind(this.getModelURL, this),
unit: unit, db: this.db, env: this.env,
- querystring: req.query });
+ querystring: req.query,
+ landscape: this.landscape });
},
/**
@@ -676,6 +677,7 @@
model: service,
db: this.db,
env: this.env,
+ landscape: this.landscape,
getModelURL: Y.bind(this.getModelURL, this),
querystring: req.query
}, {}, function(view) {
« no previous file with comments | « [revision details] ('k') | app/assets/images/destroy_icon.png » ('j') | no next file with comments »

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