Commit 2c3e0f22 authored by Dmitry's avatar Dmitry

unnecessary comma

parent 283abde4
// Require.js allows us to configure shortcut alias // Require.js allows us to configure shortcut alias
require.config({ require.config({
...@@ -12,7 +11,7 @@ require.config({ ...@@ -12,7 +11,7 @@ require.config({
'backbone': { 'backbone': {
deps: ['underscore', 'jquery'], deps: ['underscore', 'jquery'],
exports: 'Backbone' exports: 'Backbone'
}, }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment