Skip to content

Commit

Permalink
adding Cast function to components
Browse files Browse the repository at this point in the history
  • Loading branch information
Quickcorp committed May 28, 2018
1 parent b1d8213 commit 09ca110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,9 @@
componentLoader(this,false);
}
},
Cast:function (o){
return _Cast(this,o);
},
'_new_':function (properties){
this.__new__(properties);
this.rebuild();
Expand Down

0 comments on commit 09ca110

Please sign in to comment.