~ubuntu-branches/ubuntu/wily/php-codesniffer/wily

« back to all changes in this revision

Viewing changes to PHP_CodeSniffer-2.3.2/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js

  • Committer: Package Import Robot
  • Author(s): David Prévot, Greg Sherwood
  • Date: 2015-06-24 13:41:36 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20150624134136-dv60dnl6s20tdxwr
Tags: 2.3.3-1
[ Greg Sherwood ]
Prepare for 2.3.3 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
var self = this;
2
 
buttonWidget.addClickEvent(function() {
3
 
    self.addDynamicSouce();
4
 
});
5
 
 
6
 
var x = self;
7
 
var y = this;
8
 
 
9
 
var test = '';
10
 
if (true) {
11
 
    test = this
12
 
}
13
 
 
14
 
var itemid = this.items[i].getAttribute('itemid');
15
 
 
16
 
for (var x = this; y < 10; y++) {
17
 
    var x = this + 1;
18
 
}
19
 
 
20
 
var _self = this;
 
 
b'\\ No newline at end of file'