Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
anonymous function
  • Loading branch information
joejoseph00 authored Aug 2, 2019
commit ec011a2adaf4bed8a71c7faba5a1c176b33571a3
4 changes: 2 additions & 2 deletions ui/form.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function( factory ) {
(function( factory ) {
if ( typeof define === "function" && define.amd ) {

// AMD. Register as an anonymous module.
Expand All @@ -8,4 +8,4 @@ function( factory ) {
// Browser globals
factory( jQuery );
}
};
});