Skip to content

Commit

Permalink
Fix casing on Grim import
Browse files Browse the repository at this point in the history
  • Loading branch information
benogle committed Jun 11, 2014
1 parent 99611fa commit 09b9197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react-editor-view.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{View, $} = require 'space-pen'
Grim = require 'Grim'
Grim = require 'grim'
React = require 'react-atom-fork'
EditorComponent = require './editor-component'
{defaults} = require 'underscore-plus'
Expand Down

0 comments on commit 09b9197

Please sign in to comment.