Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: Tools/GardeningServer/lib/sugar.html

Issue 526633002: Apply object updates from the network without blowing away object identity or UI attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Initial Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Tools/GardeningServer/lib/test/util-tests.html » ('j') | Tools/GardeningServer/lib/util.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/lib/sugar.html
diff --git a/Tools/GardeningServer/model/ct-tree.html b/Tools/GardeningServer/lib/sugar.html
similarity index 58%
copy from Tools/GardeningServer/model/ct-tree.html
copy to Tools/GardeningServer/lib/sugar.html
index 893289345e1eddc391c363df7c4bed834363998f..e4ebcb1b895b0c878f31a3e9a6325914d8e60d01 100644
--- a/Tools/GardeningServer/model/ct-tree.html
+++ b/Tools/GardeningServer/lib/sugar.html
@@ -4,9 +4,4 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<script>
-function CTTree(name, displayName) {
- this.name = name;
- this.displayName = displayName;
-}
-</script>
+<script src="../bower_components/sugar/release/sugar-full.development.js"></script>
« no previous file with comments | « no previous file | Tools/GardeningServer/lib/test/util-tests.html » ('j') | Tools/GardeningServer/lib/util.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698