mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Make moduleMerge a global function - this saves a total of 83 requires upon application loading.
This commit is contained in:
@ -3,8 +3,7 @@ import trace = require("trace");
|
||||
import utils = require("utils/utils");
|
||||
import fs = require("file-system");
|
||||
|
||||
declare var exports;
|
||||
require("utils/module-merge").merge(common, exports);
|
||||
global.moduleMerge(common, exports);
|
||||
|
||||
class UIWebViewDelegateImpl extends NSObject implements UIWebViewDelegate {
|
||||
public static ObjCProtocols = [UIWebViewDelegate];
|
||||
|
Reference in New Issue
Block a user