From c247e6ee6ab4d6f0086daf16f43dc347b4cf75ec Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 12 May 2016 15:11:25 +0800 Subject: [PATCH] fix lint --- components/modal/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modal/locale.js b/components/modal/locale.js index ee11eaebfd..811877349a 100644 --- a/components/modal/locale.js +++ b/components/modal/locale.js @@ -14,6 +14,6 @@ export function changeConfirmLocale(newLocale) { } } -export function getConfirmLocale(newLocale) { +export function getConfirmLocale() { return runtimeLocale; }