KT-2752: minor fixes after code review
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
var bar = function() { return 23; };
|
||||
var baz = 123;
|
||||
|
||||
function B() {
|
||||
this.q = 32;
|
||||
}
|
||||
B.prototype.g = function() { return 42; };
|
||||
B.q = 132;
|
||||
B.g = function() { return 142; };
|
||||
|
||||
var P = {
|
||||
f: function() { return 222; }
|
||||
};
|
||||
Reference in New Issue
Block a user