Permalink
Cannot retrieve contributors at this time
JMapMyLDAP/tests/3rdparty/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js /
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
executable file
20 lines (15 sloc)
293 Bytes
This file contains 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
| var self = this; | |
| buttonWidget.addClickEvent(function() { | |
| self.addDynamicSouce(); | |
| }); | |
| var x = self; | |
| var y = this; | |
| var test = ''; | |
| if (true) { | |
| test = this | |
| } | |
| var itemid = this.items[i].getAttribute('itemid'); | |
| for (var x = this; y < 10; y++) { | |
| var x = this + 1; | |
| } | |
| var _self = this; |