This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iron-ajax" ,
3
- "version" : " 1.2.1 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"description" : " Makes it easy to make ajax calls and parse the response" ,
5
5
"private" : true ,
6
6
"authors" : [
31
31
"web-component-tester" : " ^4.0.0" ,
32
32
"webcomponentsjs" : " webcomponents/webcomponentsjs#^0.7.0"
33
33
},
34
- "_release" : " 1.2.1 " ,
34
+ "_release" : " 1.4.3 " ,
35
35
"_resolution" : {
36
36
"type" : " version" ,
37
- "tag" : " v1.2.1 " ,
37
+ "tag" : " v1.4.3 " ,
38
38
"commit" : " 97685a88f7727249fb63667969238faa0e704198"
39
39
},
40
40
"_source" : " https://github.com/PolymerElements/iron-ajax.git" ,
41
- "_target" : " 1.2.x " ,
41
+ "_target" : " ^1.0.0 " ,
42
42
"_originalSource" : " PolymerElements/iron-ajax"
43
43
}
Original file line number Diff line number Diff line change 742
742
//-----------------------------------------------------------------------
743
743
//--------- Wrapping END ------------
744
744
//-----------------------------------------------------------------------
745
- unloadedChanged : function ( newValue ) {
746
- LOG ( 'text unloaded changed' , newValue ) ;
747
- if ( this . myscriptcommonelement && ! this . initializing && newValue !== true ) {
745
+ unloadedChanged : function ( unloaded ) {
746
+ LOG ( 'text unloaded changed' , unloaded ) ;
747
+ if ( this . myscriptcommonelement && ! this . initializing && unloaded !== true ) {
748
748
this . result = { } ;
749
749
this . candidates = [ ] ;
750
750
this . resultlabel = undefined ;
Original file line number Diff line number Diff line change 742
742
//-----------------------------------------------------------------------
743
743
//--------- Wrapping END ------------
744
744
//-----------------------------------------------------------------------
745
- unloadedChanged : function ( newValue ) {
746
- LOG ( 'text unloaded changed' , newValue ) ;
747
- if ( this . myscriptcommonelement && ! this . initializing && newValue !== true ) {
745
+ unloadedChanged : function ( unloaded ) {
746
+ LOG ( 'text unloaded changed' , unloaded ) ;
747
+ if ( this . myscriptcommonelement && ! this . initializing && unloaded !== true ) {
748
748
this . result = { } ;
749
749
this . candidates = [ ] ;
750
750
this . resultlabel = undefined ;
You can’t perform that action at this time.
0 commit comments