mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Fix tslint error
Change module-merge to use the global merge function
This commit is contained in:
@ -3,9 +3,7 @@ import view = require("ui/core/view");
|
||||
import enums = require("ui/enums");
|
||||
import common = require("ui/layouts/wrap-layout/wrap-layout-common");
|
||||
|
||||
// merge the exports of the common file with the exports of this file
|
||||
declare var exports;
|
||||
require("utils/module-merge").merge(common, exports);
|
||||
global.moduleMerge(common, exports);
|
||||
|
||||
export class WrapLayout extends common.WrapLayout {
|
||||
|
||||
|
Reference in New Issue
Block a user