File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tangojs-button" ,
3- "description" : " TangoJS button" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " TangoJS Button connected to a Command" ,
5+ "authors" : [
6+ " Vincent Hardion <vincent.hardion@maxiv.lu.se>"
7+ ],
8+ "keywords" : [
9+ " web-component" ,
10+ " polymer" ,
11+ " tangojs"
12+ ],
13+ "license" : " https://raw.githubusercontent.com/tangojs/tangojs-button/master/LICENSE" ,
14+ "homepage" : " https://github.com/tangojs/tangojs-button/" ,
415 "main" : " tangojs-button.html" ,
516 "dependencies" : {
6- "polymer" : " Polymer/polymer#^2.0.0"
17+ "polymer" : " Polymer/polymer#^2.0.0" ,
18+ "tangojs-polymer" : " ^0.1.0"
719 },
820 "devDependencies" : {
921 "iron-demo-helpers" : " PolymerElements/iron-demo-helpers#^2.0.0" ,
Original file line number Diff line number Diff line change 2323 */
2424 class TangojsButton extends Tangojs . withTangoCommand ( Polymer . Element ) {
2525 static get is ( ) { return 'tangojs-button' ; }
26- static get properties ( ) {
27- return {
28- prop1 : {
29- type : String ,
30- value : 'tangojs-button'
31- }
32- } ;
33- }
3426 }
3527
3628 window . customElements . define ( TangojsButton . is , TangojsButton ) ;
You can’t perform that action at this time.
0 commit comments