aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/dialog/default.html')
-rw-r--r--demos/dialog/default.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/dialog/default.html b/demos/dialog/default.html
index e781e18f8..98f248b81 100644
--- a/demos/dialog/default.html
+++ b/demos/dialog/default.html
@@ -16,6 +16,7 @@
<link rel="stylesheet" href="../demos.css">
<script>
$(function() {
+ Array.prototype.test = $.noop;
$( "#dialog" ).dialog();
});
</script>