]> source.dussan.org Git - jquery-ui.git/commitdiff
Widget: _create() doesn't actually take any arguments.
authorScott González <scott.gonzalez@gmail.com>
Sun, 17 Jan 2010 17:36:56 +0000 (17:36 +0000)
committerScott González <scott.gonzalez@gmail.com>
Sun, 17 Jan 2010 17:36:56 +0000 (17:36 +0000)
ui/jquery.ui.widget.js

index a5ae00e910864240fbef6aaf5a3b1f8732d3735f..fe21364fe2724c8ba4947c02933837d675df9768 100644 (file)
@@ -136,7 +136,7 @@ $.Widget.prototype = {
                        self.destroy();
                });
 
-               this._create( options, element );
+               this._create();
                this._init();
        },
        _create: function() {},