From b9b86d58cb41b0ab1e1f692c66aad98e9590ce09 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 31 Jul 2015 10:50:11 -0700 Subject: [PATCH] Updated utils & removed fn signatures; defer to API docs. Fixes #2180 --- PRIMER.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/PRIMER.md b/PRIMER.md index f04e3a2be0..acc08146cd 100644 --- a/PRIMER.md +++ b/PRIMER.md @@ -2046,14 +2046,20 @@ Example: Polymer's Base prototype provides a set of useful convenience/utility functions for instances to use. See API documentation for more details. -* toggleClass: function(name, bool, [node]) -* toggleAttribute: function(name, bool, [node]) -* attributeFollows: function(name, neo, old) -* fire: function(type, [detail], [onNode], [bubbles], [cancelable]) -* async: function(method) -* transform: function(node, transform) -* translate3d: function(node, x, y, z) -* importHref: function(href, onload, onerror) +* toggleClass +* toggleAttribute +* classFollows +* attributeFollows +* getContentChildNodes +* getContentChildren +* fire +* async +* cancelAsync +* arrayDelete +* transform +* translate3d +* importHref +* create ## Global Polymer settings