You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: page/jquery-ui/environments/amd.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In this article we'll walk through the process of using AMD with jQuery UI. Let'
13
13
14
14
We'll need to download three things to get up and running: jQuery core, jQuery UI, and an AMD loader.
15
15
16
-
While any AMD loader will work, we'll use RequireJS in this article, which you can download from <http://requirejs.org/docs/download.html>. If you don't have a version of jQuery core handy, you can get it from <http://jquery.com/download/>, and you can download jQuery UI directly from <http://jqueryui.com/>. Alternatively you can [download these libraries using a package manager such as Bower](/jquery-ui/environments/bower/).
16
+
While any AMD loader will work, we'll use RequireJS in this article, which you can download from <http://requirejs.org/docs/download.html>. If you don't have a version of jQuery core handy, you can get it from <http://jquery.com/download/>, and you can download the jQuery UI source files from <http://jqueryui.com/> (use the files in the `ui` directory). You can alternatively[download these libraries using a package manager such as Bower](/jquery-ui/environments/bower/).
0 commit comments