Commit f8259889 authored by Gabriel Schmitt's avatar Gabriel Schmitt

Removing unused import of jQuery

parent 8b93bccf
/*global define*/
define([
'jquery',
'backbone',
'collections/todos',
'common'
], function ($, Backbone, Todos, Common) {
], function (Backbone, Todos, Common) {
'use strict';
var TodoRouter = Backbone.Router.extend({
......
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