This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WEBVTT | |
00:01.000 --> 00:59.00 | |
- It will do something. | |
- It iwll do another things. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Events = (function( $ ) { | |
// Store each registered $.Callbacks object by namespace | |
var cache = {}, | |
slice = [].slice; | |
return { | |
// Bind callback to event | |
bind : function( ev, callback, options ) { | |