Commit 419ad9b7 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #1066 from gabrielsch/patch-1

Removing unused import of jQuery
parents 8b93bccf f8259889
/*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