Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/buttons.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/buttons.js')
-rw-r--r--html/buttons.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/buttons.js b/html/buttons.js
index e53af37..1a95385 100644
--- a/html/buttons.js
+++ b/html/buttons.js
@@ -94,7 +94,7 @@ enyo.kind({
});
-// Collection component
+// Play type button
enyo.kind({
name: "Abcd.PlayTypeButton",
published: { from: "", to: "", theme: null },
@@ -139,4 +139,4 @@ enyo.kind({
var src = "images/"+this.to+".png";
this.$.imageTo.setAttribute("src", src);
}
-}); \ No newline at end of file
+});