Commit bb75117f authored by Stephen Sawchuk's avatar Stephen Sawchuk

(canjs_require) fixes #772 - file casing sensitivity.

parent 1127b0a3
......@@ -2,7 +2,7 @@
define([
'can/util/library',
'can/component',
'../models/Todo',
'../models/todo',
'can/route'
], function (can, Component, Todo, route) {
'use strict';
......
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