aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-02-02 19:11:30 -0500
committerScott González <scott.gonzalez@gmail.com>2013-02-02 19:11:30 -0500
commit9c6b8f859ae3ad3f956c6f9264da13fb44b3484d (patch)
treee1638ef1dafd87fe7dc412673fd6de00577ae7ce
parent2df2abcbf139262e1ed3e1b9aa19d3ffc6b59cb9 (diff)
downloadjquery-ui-9c6b8f859ae3ad3f956c6f9264da13fb44b3484d.tar.gz
jquery-ui-9c6b8f859ae3ad3f956c6f9264da13fb44b3484d.zip
oops...
-rw-r--r--demos/dialog/default.html1
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>