diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-07-12 13:40:48 -0300 |
---|---|---|
committer | Rafael Xavier de Souza <rxaviers@gmail.com> | 2014-01-24 18:22:14 -0200 |
commit | 96e027e4b14345722cc39589f59ce2ce5e94b991 (patch) | |
tree | ca32a2fff151af28597c158198550eca6e5b8f18 /ui/.jshintrc | |
parent | 2651f4571e76979d93cf10d50edc452b0311a5f2 (diff) | |
download | jquery-ui-96e027e4b14345722cc39589f59ce2ce5e94b991.tar.gz jquery-ui-96e027e4b14345722cc39589f59ce2ce5e94b991.zip |
All: Wrap source files with UMD return exports
Ref #9464
Ref gh-1029
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r-- | ui/.jshintrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc index 073418812..98a79b5db 100644 --- a/ui/.jshintrc +++ b/ui/.jshintrc @@ -18,6 +18,7 @@ "jquery": true, "globals": { + "define": false, "Globalize": false } } |