docs(oop): edit prototype

This commit is contained in:
ruanyf
2018-10-30 15:30:07 +08:00
parent e0c203dd30
commit 87272604fa

View File

@@ -616,7 +616,7 @@ var module1 = (function ($, YAHOO) {
//attach to the global scope
window.finalCarousel = {
init : initialize,
destroy : dieCouraselDie
destroy : dieCarouselDie
}
})( jQuery, window, document );