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

Unified Diff: polymer_0.5.0/bower_components/core-transition/core-transition-css.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 12 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
Index: polymer_0.5.0/bower_components/core-transition/core-transition-css.html
diff --git a/bower_components/core-transition/core-transition-css.html b/polymer_0.5.0/bower_components/core-transition/core-transition-css.html
similarity index 99%
rename from bower_components/core-transition/core-transition-css.html
rename to polymer_0.5.0/bower_components/core-transition/core-transition-css.html
index fd8d2fcfe1c9efed8b68e7db00e54bff41788913..b7bb5469aeef2558d745259ac0779800a9506003 100644
--- a/bower_components/core-transition/core-transition-css.html
+++ b/polymer_0.5.0/bower_components/core-transition/core-transition-css.html
@@ -111,7 +111,7 @@ Available transitions
<script>
Polymer('core-transition-css', {
-
+
/**
* The class that will be applied to all animated nodes.
*
@@ -199,7 +199,6 @@ Available transitions
transitionOpened: function(node, opened) {
this.listenOnce(node, this.completeEventName, function() {
- node.classList.toggle(this.revealedClass, opened);
if (!opened) {
node.classList.remove(this.closedClass);
}

Powered by Google App Engine
This is Rietveld 408576698