mirror of
https://github.com/wangdoc/javascript-tutorial.git
synced 2025-12-26 04:03:59 +08:00
docs(oop): edit prototype
This commit is contained in:
@@ -616,7 +616,7 @@ var module1 = (function ($, YAHOO) {
|
||||
//attach to the global scope
|
||||
window.finalCarousel = {
|
||||
init : initialize,
|
||||
destroy : dieCouraselDie
|
||||
destroy : dieCarouselDie
|
||||
}
|
||||
|
||||
})( jQuery, window, document );
|
||||
|
||||
Reference in New Issue
Block a user