Browse Source

Create Editor.js

Changed utils from capitalize to lowercase to match directory name format to avoid the following error

ERROR in ./src/editor/model/Editor.js
Module not found: Error: Can't resolve 'Utils' in 'grapejs-git/grapesjs/src/editor/model'
pull/105/head
givanz 9 years ago
committed by GitHub
parent
commit
bc2a3cfad8
  1. 2
      src/editor/model/Editor.js

2
src/editor/model/Editor.js

@ -1,5 +1,5 @@
var deps = [
require('Utils'),
require('utils'),
require('storage_manager'),
require('device_manager'),
require('parser'),

Loading…
Cancel
Save