diff options
Diffstat (limited to 'ui/jquery.ui.widget.js')
-rw-r--r-- | ui/jquery.ui.widget.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index 866f7441e..bc6408125 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -154,6 +154,7 @@ $.Widget.prototype = { }); this._create(); + this._trigger( "create" ); this._init(); }, _create: function() {}, |