Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
frontend-auth
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
331463db
authored
2017-05-17 13:32:31 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove unused import of 'module'.
1 parent
a3db4022
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/scripts/Auth.js
src/scripts/Auth.js
View file @
331463d
define
(
function
(
require
)
{
'use strict'
;
var
module
=
require
(
'module'
);
var
$
=
require
(
'jquery'
);
var
_
=
require
(
'underscore'
);
var
Backbone
=
require
(
'backbone'
);
...
...
Please
register
or
sign in
to post a comment