From ec9d52cbaca87a580d3580e4b14b36db4c8d0f2e Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 6 Mar 2014 14:30:21 +0800 Subject: [PATCH] [core] Add a note for the Y.config.core documentation --- src/yui/js/yui.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yui/js/yui.js b/src/yui/js/yui.js index c7c1c322182..1a003d958f7 100644 --- a/src/yui/js/yui.js +++ b/src/yui/js/yui.js @@ -1735,6 +1735,8 @@ When running in Node.js, this property is `undefined`, since there is no /** A list of modules that defines the YUI core (overrides the default list). +Note: All modules specified must have already been included and added as the loader will not process these. + @property {Array} core @type Array @default ['get', 'features', 'intl-base', 'yui-log', 'yui-later', 'loader-base', 'loader-rollup', 'loader-yui3']