Reporter | Michael (mteper) |
---|---|
Created | Feb 24, 2012 7:16:38 AM |
Updated | Feb 24, 2012 7:16:38 AM |
Priority | Normal |
Type | Unspecified |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Unassigned |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
The following code is a common pattern with knockoutjs and should not be flagged:
this.TimingFormatted = ko.computed(function() { return Globalize.format(this.Timing(), "n1") + " hours"; }, this);
See http://knockoutjs.com/documentation/computedObservables.html
this.TimingFormatted = ko.computed(function() { return Globalize.format(this.Timing(), "n1") + " hours"; }, this);
See http://knockoutjs.com/documentation/computedObservables.html