Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wentz committed Aug 18, 2014
1 parent 6bcc530 commit 4456476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/scripts/vendor.js
Original file line number Diff line number Diff line change
Expand Up @@ -57735,7 +57735,7 @@ define('onion-editor',[
keyCommands.insertUnorderedList = function (event) { return event.altKey && event.shiftKey && event.keyCode === 66; }; // b
keyCommands.insertOrderedList = function (event) { return event.altKey && event.shiftKey && event.keyCode === 78; }; // n

//scribe.use(scribePluginSmartLists());
scribe.use(scribePluginSmartLists());
tags.ol = {};
tags.ul = {};
tags.li = {};
Expand Down

0 comments on commit 4456476

Please sign in to comment.