Skip to content

Commit

Permalink
Updated utils & removed fn signatures; defer to API docs. Fixes #2180
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 31, 2015
1 parent 8ada964 commit b9b86d5
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions PRIMER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a name="settings"></a>
## Global Polymer settings
Expand Down

0 comments on commit b9b86d5

Please sign in to comment.