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

Commit

Permalink
Added missing semi
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslyrette committed Mar 30, 2016
1 parent 12d5cd4 commit 6761bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/handlers/edit/editOnKeyDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

var DraftModifier = require('DraftModifier');
var EditorState = require('EditorState');
var KeyBindingUtil = require('KeyBindingUtil')
var KeyBindingUtil = require('KeyBindingUtil');
var Keys = require('Keys');
var SecondaryClipboard = require('SecondaryClipboard');

Expand Down

0 comments on commit 6761bce

Please sign in to comment.