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

Unified Diff: app/views/databinding.js

Issue 13237052: Update sandbox to send proper data on ServiceGet
Patch Set: Update sandbox to send proper data on ServiceGet Created 11 years, 7 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/store/env/sandbox.js ('k') | app/views/viewlets/service-config.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/views/databinding.js
=== modified file 'app/views/databinding.js'
--- app/views/databinding.js 2013-09-03 15:21:47 +0000
+++ app/views/databinding.js 2013-09-04 15:26:55 +0000
@@ -719,6 +719,7 @@
});
var value = binding.get(viewletModel);
+
if (binding.format) {
value = binding.format.call(binding, value);
}
« no previous file with comments | « app/store/env/sandbox.js ('k') | app/views/viewlets/service-config.js » ('j') | no next file with comments »

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