? profiles/testing
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1204
diff -u -p -r1.1204 common.inc
--- includes/common.inc	10 Aug 2010 01:00:42 -0000	1.1204
+++ includes/common.inc	11 Aug 2010 18:07:13 -0000
@@ -3925,6 +3925,17 @@ function drupal_get_js($scope = 'header'
  * );
  * @endcode
  *
+ * External files can also loaded using the #attached syntax. Note that this is
+ * restricted to the 'js' and 'css' types. For example:
+ *
+ * @code
+ * $build['#attached']['js'] = array(
+ *   'http://code.jquery.com/jquery-1.4.2.min.js' => array(
+ *     'type' => external',
+ *   ),
+ * );
+ * @endcode
+ *
  * @param $elements
  *   The structured array describing the data being rendered.
  * @param $weight
