mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
11a8391fec
closes #2957 - add FastClick library to Gruntfile.js - add touch-editor to client/assets/lib/ - add mobile-specific utils to util/mobile-utils.js - add codemirror util to set up TouchEditor only if we're really on mobile - change gh-codemirror from having a default action to a named action. prevents Ember.TextArea firing action on change - change gh-codemirror `cm.getDoc().getValue()` to `cm.getValue()` for portability - change codemirror-shortcuts ES6 export/import style - changed ghostimagepreview.js to check for Ember.touchEditor in addition to Ghost.touchEditor |
||
---|---|---|
.. | ||
ajax.js | ||
bound-one-way.js | ||
codemirror-mobile.js | ||
codemirror-shortcuts.js | ||
date-formatting.js | ||
ghost-paths.js | ||
link-view.js | ||
mobile-utils.js | ||
notifications.js | ||
set-scroll-classname.js | ||
text-field.js | ||
validator-extensions.js | ||
word-count.js |