summaryrefslogtreecommitdiffstats
path: root/src/jquery-impromptu.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jquery-impromptu.js')
-rw-r--r--src/jquery-impromptu.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery-impromptu.js b/src/jquery-impromptu.js
index e46a53d..190aac6 100644
--- a/src/jquery-impromptu.js
+++ b/src/jquery-impromptu.js
@@ -824,7 +824,7 @@
options.withDataAndEvents = false;
}
- new Imp($(this).clone(options.withDataAndEvents).html(),options);
+ $.prompt($(this).clone(options.withDataAndEvents).html(),options);
};
/**