summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorPooja Soundalgekar2016-07-12 15:26:02 +0530
committerPooja Soundalgekar2016-07-12 15:26:02 +0530
commit80f624b54fe7db6c4884b9323f1b380e5cbf3945 (patch)
treebec0f7810d2cda15f68bd8592bc058a674c8ae15 /index.html
parentb06ae980294c811c105c388c011235008ec6b2e4 (diff)
downloadxcos-on-web-80f624b54fe7db6c4884b9323f1b380e5cbf3945.tar.gz
xcos-on-web-80f624b54fe7db6c4884b9323f1b380e5cbf3945.tar.bz2
xcos-on-web-80f624b54fe7db6c4884b9323f1b380e5cbf3945.zip
removed Ctrl R in orientation
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9326b31..4a65646 100755
--- a/index.html
+++ b/index.html
@@ -857,7 +857,7 @@
*/
editor.addAction('rotateCustom', function(editor, cell) {
rotateCustom(editor, graph, cell);
- }, null, null, 'Ctrl+R');
+ });
/*
* @jiteshjha, @pooja
@@ -865,7 +865,7 @@
*/
editor.addAction('flipCustom', function(editor, cell) {
flipCustom(editor, graph, cell);
- }, null, null, 'Ctrl+R');
+ });
/*
* @jiteshjha, @pooja
@@ -873,7 +873,7 @@
*/
editor.addAction('mirrorCustom', function(editor, cell) {
mirrorCustom(editor, graph, cell);
- }, null, null, 'Ctrl+R');
+ });
// @jiteshjha, @pooja
/*