This support forum belongs to the Notify Gallery Module.
Notify has a bug tracker here: http://www.assembla.com/spaces/yui/support/tickets
| Page 1 of 1 | [ 3 posts ] |
|
They dont like each other.
Quote: Uncaught TypeError: Object [object Object] has no method 'get' Line 100 Code: syncUI : function() { Y.log('syncUI','info', 'Y.Notify.Message'); this.timer = new Y.Timer({ length: this.get('timeout'), repeatCount: 1, callback: Y.bind(this.close, this) }); this.get(BOUNDING_BOX).appear({ afterFinish : Y.bind(function(){ this.timer.start(); },this) }); }, |
|
The solution:
gallery-effects need some help in yui 3.3 viewtopic.php?p=20035#p20035 Code: YUI({ gallery : 'gallery-2011.01.26-20-33', modules : { 'gallery-notify' : { fullpath : '/javascript/yui3/gallery-notify/gallery-notify-debug.js', requires : ['base','anim','substitute','widget','widget-parent','widget-child','gallery-timer','event-mouseenter','gallery-effects','gallery-button', 'node-deprecated' ] } }).use('gallery-notify', function(Y){ //your code }); |
|
apipkin suggested a simpler workaround:
"you can add `Y.get || (Y.get = Y.one);` just inside your use() callback and it works" |
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group