diff options
Diffstat (limited to 'ui/ui.magnifier.js')
-rw-r--r-- | ui/ui.magnifier.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.magnifier.js b/ui/ui.magnifier.js index 2d8bac5d1..2291b414e 100644 --- a/ui/ui.magnifier.js +++ b/ui/ui.magnifier.js @@ -15,7 +15,7 @@ var counter = 0;
$.widget("ui.magnifier", {
- init: function() {
+ _init: function() {
var self = this,
o = this.options;
|