diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-02-02 19:11:30 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-02-02 19:11:30 -0500 |
commit | 9c6b8f859ae3ad3f956c6f9264da13fb44b3484d (patch) | |
tree | e1638ef1dafd87fe7dc412673fd6de00577ae7ce | |
parent | 2df2abcbf139262e1ed3e1b9aa19d3ffc6b59cb9 (diff) | |
download | jquery-ui-9c6b8f859ae3ad3f956c6f9264da13fb44b3484d.tar.gz jquery-ui-9c6b8f859ae3ad3f956c6f9264da13fb44b3484d.zip |
oops...
-rw-r--r-- | demos/dialog/default.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 98f248b81..e781e18f8 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -16,7 +16,6 @@ <link rel="stylesheet" href="../demos.css"> <script> $(function() { - Array.prototype.test = $.noop; $( "#dialog" ).dialog(); }); </script> |