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
| [ | |
| "Abbaye de Belloc", | |
| "Abbaye du Mont des Cats", | |
| "Abertam", | |
| "Abondance", | |
| "Ackawi", | |
| "Acorn", | |
| "Adelost", | |
| "Airag", | |
| "Airedale", |
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
| /* Extend the underscore global object with the following method: | |
| * | |
| * https://gist.github.com/adamblank/7328089 | |
| * | |
| * reverseTemplate attempts to reverse engineer the original object used to generate | |
| * the rendered output by comparing the output string to the underscore template string. | |
| * | |
| * Paramaters | |
| * - renderedOutput - the string that was generated from the template | |
| * - template - the template string used to generate the compiled underscore template (not the compiled template function.) |
NewerOlder