Commit 7e9d26a1 authored by dsumac's avatar dsumac

Removed unused jquery dependency

parent f9b0e0ef
/*global TodoMVC */ /*global TodoMVC */
'use strict'; 'use strict';
TodoMVC.module('TodoList.Views', function (Views, App, Backbone, Marionette, $) { TodoMVC.module('TodoList.Views', function (Views, App, Backbone, Marionette) {
// Todo List Item View // Todo List Item View
// ------------------- // -------------------
// //
......
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