Ghost/core/admin/assets/js
Matthew Harrison-Jones c6734ebbf6 Moved shortcut initialisation over to interation
Currently using jQuery.each not _.each. Can be easily changed with
```
_.each(MarkdownShortcuts, function(short) {
    shortcut.add(short.key, function () {
         return editor.addMarkdown({style: short.style});
    });
});
```
2013-05-28 14:23:01 +01:00
..
admin-ui-temp.js
blog.js
editor.js Moved shortcut initialisation over to interation 2013-05-28 14:23:01 +01:00
markdown-actions.js
settings.js
tagui.js
toggle.js