This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my_value = condition and true_value or false_value |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| onRender: function() { | |
| var filter = this.options.filter || this.filter; | |
| var view= new ListView({collection: TitanFile.channelList, filter: filter}); | |
| var contentPromise = this.content.show(view); | |
| return contentPromise; | |
| } |