define([ 'underscore', 'backbone', 'common' ], function(_, Backbone, Common) { 'use strict'; var SystemLibrary = Backbone.Model.extend({}); return SystemLibrary; });