advanced-security-in-backbone
advanced-security-in-backbone copied to clipboard
Results
2
advanced-security-in-backbone issues
Sort by
recently updated
recently updated
newest added
I start using require.js and I find it very annoying the define part, its look messy... define([ 'jquery', 'underscore', 'backbone', 'core/BaseRouter', 'views/HomeView', 'views/LoginView', 'views/ProfileView', 'models/UserModel', 'Session' ], function($, _, Backbone,...
Went through the pull request. It is worth looking at.