aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/scriptConnect.2.js
blob: 595c778aa724a75fb0b4d8a8f2d1a01f40a5e641 (plain)
1
2
3
4
5
function testFunction() {
    if (this.b == 12)
        test = true;
}