Skip to content

Commit

Permalink
Quick bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrichardson committed Feb 6, 2012
1 parent ea210b0 commit 673f058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery-impromptu.js
Expand Up @@ -15,6 +15,7 @@
$.prompt = function(message, options) { $.prompt = function(message, options) {
$.prompt.options = $.extend({},$.prompt.defaults,options); $.prompt.options = $.extend({},$.prompt.defaults,options);
$.prompt.currentPrefix = $.prompt.options.prefix; $.prompt.currentPrefix = $.prompt.options.prefix;
$.prompt.currentStateName = "";


var ie6 = ($.browser.msie && $.browser.version < 7); var ie6 = ($.browser.msie && $.browser.version < 7);
var $body = $(document.body); var $body = $(document.body);
Expand Down

0 comments on commit 673f058

Please sign in to comment.