cleaning up

This commit is contained in:
DadaMonad
2015-01-07 14:09:04 +00:00
parent d898136f64
commit af3cd2361a
7 changed files with 93 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
<link rel="import" href="../../yatta-element.html">
<link rel="import" href="../../../Connector/xmpp-connector/xmpp-connector.html">
<link rel="import" href="../../../Connector/strophe-connector/strophe-connector.html">
<link rel="import" href="../../bower_components/paper-slider/paper-slider.html">
<polymer-element name="yatta-test" attributes="yatta connector stuff">
<template>
<xmpp-connector id="connector" connector={{connector}}></xmpp-connector>
<strophe-connector id="connector" connector={{connector}}></strophe-connector>
<yatta-element connector={{connector}} val={{yatta}}>
<yatta-property name="slider" val={{slider}}>
</yatta-property>
@@ -24,6 +24,7 @@
Polymer({
ready: function(){
window.y_stuff_property = this.$.otherstuff;
this.yatta.val("slider",50)
}
})