提交 ab68a9fc 编写于 作者: K kohsuke

added code for supporting YUI.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1251 71c3de6d-444a-0410-be80-ed276b4c234a
上级 220bd8ab
......@@ -182,6 +182,18 @@ public class Functions {
return c.getValue();
}
/**
* Gets the suffix to use for YUI JavaScript.
*/
public static String getYuiSuffix() {
return DEBUG_YUI ? "debug" : "min";
}
/**
* Set to true if you need to use the debug version of YUI.
*/
public static boolean DEBUG_YUI = false;
/**
* Creates a sub map by using the given range (both ends inclusive).
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册