mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge remote-tracking branch 'origin/master' into svetoslavtsenov/merge-release-in-master
This commit is contained in:
@@ -35,7 +35,7 @@ import * as kam from "../animation/keyframe-animation";
|
||||
let keyframeAnimationModule: typeof kam;
|
||||
function ensureKeyframeAnimationModule() {
|
||||
if (!keyframeAnimationModule) {
|
||||
keyframeAnimationModule = require("ui/animation/keyframe-animation");
|
||||
keyframeAnimationModule = require("../animation/keyframe-animation");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user