almost all js files are loaded using require.js

This commit is contained in:
Keivan Beigi 2013-06-14 16:18:37 -07:00
commit 2407e33ea2
35 changed files with 570 additions and 717 deletions

View file

@ -1,6 +1,6 @@
"use strict";
define(['app'], function () {
define(['app','backgrid'], function () {
NzbDrone.Cells.NzbDroneCell = Backgrid.Cell.extend({
_originalInit: Backgrid.Cell.prototype.initialize,