diff options
author | Mike Sherov <mike.sherov@gmail.com> | 2012-12-25 12:01:09 -0500 |
---|---|---|
committer | Mike Sherov <mike.sherov@gmail.com> | 2012-12-25 12:01:09 -0500 |
commit | 74d7eac2daabce0411e98ed9d59dada551cdd911 (patch) | |
tree | 155712cb5c1bb61cbd887ac7f33fc9db99d18d9d /ui/jquery.ui.dialog.js | |
parent | 63d624fcb51c8dbb52af386ddf798a5c16c1d6c9 (diff) | |
download | jquery-ui-74d7eac2daabce0411e98ed9d59dada551cdd911.tar.gz jquery-ui-74d7eac2daabce0411e98ed9d59dada551cdd911.zip |
All: Convert single quotes to double quotes.
Diffstat (limited to 'ui/jquery.ui.dialog.js')
-rw-r--r-- | ui/jquery.ui.dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 26989959e..ad6cb6147 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -466,7 +466,7 @@ $.widget( "ui.dialog", { // .ui-resizable has position: relative defined in the stylesheet // but dialogs have to use absolute or fixed positioning position = this.uiDialog.css("position"), - resizeHandles = typeof handles === 'string' ? + resizeHandles = typeof handles === "string" ? handles : "n,e,s,w,se,sw,ne,nw"; |