aboutsummaryrefslogtreecommitdiff
path: root/implementors/aho_corasick/trait.Transitions.js
blob: 343d216926d007a0d837e7674f63746e55f796c7 (plain)
1
2
3
4
5
6
7
8
9
10
(function() {var implementors = {};
implementors['aho_corasick'] = [];

            if (window.register_implementors) {
                window.register_implementors(implementors);
            } else {
                window.pending_implementors = implementors;
            }
        
})()