Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit005fdbe

Browse files
committed
Update to Polymer 0.2.3.
1 parent10bc945 commit005fdbe

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

‎bower.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"tests"
1212
],
1313
"dependencies": {
14-
"polymer-ajax":"Polymer/polymer-ajax#0.2.1"
14+
"platform":"Polymer/platform#0.2.3",
15+
"polymer":"Polymer/polymer#0.2.3",
16+
"core-ajax":"Polymer/core-ajax#0.2.3"
1517
}
1618
}

‎foreign-index.html‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
-->
2121

2222
<linkrel="import"
23-
href="../polymer-ajax/polymer-ajax.html">
23+
href="../core-ajax/core-ajax.html">
2424
<polymer-elementname="cxx-foreign-index"attributes="src name">
2525
<template>
26-
<polymer-ajaxauto=""
26+
<core-ajaxauto=""
2727
url="{{src}}"
2828
handleAs="json"
29-
on-polymer-response="{{attachIndex}}">
30-
</polymer-ajax>
29+
on-core-response="{{attachIndex}}">
30+
</core-ajax>
3131
</template>
3232
<scriptsrc="foreign-index.js"></script>
3333
</polymer-element>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp