Skip to content

Commit

Permalink
References #68 - Fixed disable() method
Browse files Browse the repository at this point in the history
  • Loading branch information
gfranko committed Dec 17, 2012
1 parent 43e0552 commit 29f37de
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions demos/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@

</form>

<div id="example"></div>

<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<script src="../src/javascripts/jquery.selectBoxIt.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/javascripts/jquery.selectBoxIt.disable.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $(function() {
// -------
// Disables the new dropdown list

$.selectBox.selectBoxIt.prototype.disable = function(index, callback) {
$.selectBox.selectBoxIt.prototype.disable = function(callback) {

var self = this;

Expand Down
2 changes: 1 addition & 1 deletion src/javascripts/jquery.selectBoxIt.disable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/javascripts/jquery.selectBoxIt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1672,7 +1672,7 @@ $(function() {
// -------
// Disables the new dropdown list

$.selectBox.selectBoxIt.prototype.disable = function(index, callback) {
$.selectBox.selectBoxIt.prototype.disable = function(callback) {

var self = this;

Expand Down
Loading

0 comments on commit 29f37de

Please sign in to comment.