reordered js
This commit is contained in:
5
javascript/6-more-jquery-basics/application.js
Normal file
5
javascript/6-more-jquery-basics/application.js
Normal file
@ -0,0 +1,5 @@
|
||||
(function($, window, document) {
|
||||
$(function(){
|
||||
//your code here
|
||||
});
|
||||
}(window.jQuery, window, document));
|
Reference in New Issue
Block a user