summaryrefslogtreecommitdiffstats
path: root/src/jquery-impromptu.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2014-12-11 08:47:20 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2014-12-11 08:47:20 -0500
commit721dc4d3dba5d6c8509ad95ef46c308b83dff4c5 (patch)
treedc3543407c1e912e07365f8f50cd8e3bfd736852 /src/jquery-impromptu.js
parentea6267b25d7cbb1bfc739fdb75db1c5b2aca572b (diff)
downloadjQuery-Impromptu-721dc4d3dba5d6c8509ad95ef46c308b83dff4c5.zip
jQuery-Impromptu-721dc4d3dba5d6c8509ad95ef46c308b83dff4c5.tar.gz
jQuery-Impromptu-721dc4d3dba5d6c8509ad95ef46c308b83dff4c5.tar.bz2
Updates $.fn.prompt to use $.prompt queue
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);
};
/**