Title: [175769] trunk/Websites/perf.webkit.org
Revision
175769
Author
[email protected]
Date
2014-11-07 15:51:38 -0800 (Fri, 07 Nov 2014)

Log Message

Fix typos in r175768.

* public/v2/app.js:
(App.AnalysisTaskViewModel.roots):

Modified Paths

Diff

Modified: trunk/Websites/perf.webkit.org/ChangeLog (175768 => 175769)


--- trunk/Websites/perf.webkit.org/ChangeLog	2014-11-07 23:47:09 UTC (rev 175768)
+++ trunk/Websites/perf.webkit.org/ChangeLog	2014-11-07 23:51:38 UTC (rev 175769)
@@ -1,5 +1,12 @@
 2014-11-07  Ryosuke Niwa  <[email protected]>
 
+        Fix typos in r175768.
+
+        * public/v2/app.js:
+        (App.AnalysisTaskViewModel.roots):
+
+2014-11-07  Ryosuke Niwa  <[email protected]>
+
         Introduce the concept of analysis task to perf dashboard
         https://bugs.webkit.org/show_bug.cgi?id=138517
 

Modified: trunk/Websites/perf.webkit.org/public/v2/app.js (175768 => 175769)


--- trunk/Websites/perf.webkit.org/public/v2/app.js	2014-11-07 23:47:09 UTC (rev 175768)
+++ trunk/Websites/perf.webkit.org/public/v2/app.js	2014-11-07 23:51:38 UTC (rev 175769)
@@ -1671,7 +1671,7 @@
         });
 
     }.observes('[email protected]'),
-    _updateRoots: function ()
+    roots: function ()
     {
         var analysisPoints = this.get('analysisPoints');
         if (!analysisPoints)
@@ -1705,6 +1705,6 @@
                 ],
             }));
         }
-        return rooots;
+        return roots;
     }.property('analysisPoints'),
 });
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to