~ubuntu-branches/ubuntu/utopic/php-codesniffer/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2014-07-21 14:42:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140721144241-g4orlcuk4jzn9mhs
Tags: 1.5.3-1
* Team upload
* Focus on stable release
* Update copyright
* Bump standards version to 3.9.5
* Update Homepage
* Use ${phppear:…} instead of hardcoding them
* Run tests in dh_auto_test
* Update patch with gbp pq
* Simplify configuration installation
* Edit package.xml to move script
* Add DEP-8 tests

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'