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

Unified Diff: test/test_environment_view.js

Issue 6735048: Stop sending the app object to views.
Patch Set: Stop sending the app object to views. Created 12 years, 5 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 | « test/test_charm_search.js ('k') | test/test_notifications.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_environment_view.js
=== modified file 'test/test_environment_view.js'
--- test/test_environment_view.js 2012-10-20 18:16:19 +0000
+++ test/test_environment_view.js 2012-10-25 09:52:10 +0000
@@ -301,7 +301,7 @@
function() {
var view = new views.environment({
container: container,
- app: {serviceEndpoints: {}},
+ getServiceEndpoints: function() {return {};},
db: db,
env: env
}).render();
« no previous file with comments | « test/test_charm_search.js ('k') | test/test_notifications.js » ('j') | no next file with comments »

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