Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
someshwara committed Dec 21, 2011
1 parent ecd3ef3 commit 88695f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartMultiSelectBox.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function($){
$.fn.smsBox = function (settings) {
config = {
'color' : 'div.tooltip_description'
'color' : 'red' //lets add config option as we make it more flexible
};
if (settings) $.extend(config, settings);
/**
Expand All @@ -27,7 +27,7 @@
// !!!
};
function _create(content_elm) {
$(content_elm).html("it comes here ");

};
function _destroy(content_elm) {

Expand Down

0 comments on commit 88695f8

Please sign in to comment.