Add generated change
This commit is contained in:
parent
96266921ff
commit
5b5500b6e0
@ -2316,9 +2316,6 @@ var Image = /** @class */ (function (_super) {
|
||||
Image.prototype.getImagePixels = function (context) {
|
||||
return this.nativeChannel(context, "getImagePixels")();
|
||||
};
|
||||
<<<<<<< HEAD
|
||||
__decorate$b([
|
||||
=======
|
||||
Image.prototype.setImagePixels = function (context, imagePixels) {
|
||||
if (Environment.platform === 'iOS') {
|
||||
imagePixels.pixels = context.function2Id(function () {
|
||||
@ -2338,8 +2335,7 @@ var Image = /** @class */ (function (_super) {
|
||||
}
|
||||
return ret;
|
||||
};
|
||||
__decorate$a([
|
||||
>>>>>>> 60c3fff0... iOS: implement Image Pixel
|
||||
__decorate$b([
|
||||
Property,
|
||||
__metadata$b("design:type", Object)
|
||||
], Image.prototype, "imagePixels", void 0);
|
||||
|
4
doric-web/dist/index.js.map
vendored
4
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user