mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed a tslint error.
This commit is contained in:
@@ -9,7 +9,6 @@ import types = require("utils/types");
|
||||
declare var exports;
|
||||
require("utils/module-merge").merge(common, exports);
|
||||
|
||||
var intType = java.lang.Integer.class.getField("TYPE").get(null);
|
||||
var floatType = java.lang.Float.class.getField("TYPE").get(null);
|
||||
var argbEvaluator = new android.animation.ArgbEvaluator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user