Skip to content

Commit

Permalink
Update core- to iron-ajax in jsdoc for dom-bind
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Jul 30, 2015
1 parent b87e773 commit 07327c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/template/dom-bind.html
Expand Up @@ -27,14 +27,14 @@
<meta charset="utf-8">
<script src="components/webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="components/polymer/polymer.html">
<link rel="import" href="components/core-ajax/core-ajax.html">
<link rel="import" href="components/iron-ajax/iron-ajax.html">
</head>
<body>
<template is="dom-bind">
<core-ajax url="http://..." lastresponse="{{data}}"></core-ajax>
<iron-ajax url="http://..." lastresponse="{{data}}" auto></iron-ajax>
<template is="dom-repeat" items="{{data}}">
<div><span>{{item.first}}</span> <span>{{item.last}}</span></div>
Expand Down Expand Up @@ -135,7 +135,7 @@
},

/**
* Forces the element to render its content. This is typically only
* Forces the element to render its content. This is typically only
* necessary to call if HTMLImports with the async attribute are used.
*/
render: function() {
Expand Down

0 comments on commit 07327c0

Please sign in to comment.