mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-24 14:10:28 +03:00
4a23ae7dc4
Move models views and collection views to various directories
9 lines
333 B
JavaScript
9 lines
333 B
JavaScript
/*
|
|
This file is part of Mibew Messenger project.
|
|
http://mibew.org
|
|
|
|
Copyright (c) 2005-2011 Mibew Messenger Community
|
|
License: http://mibew.org/license.php
|
|
*/
|
|
(function(a,b,c){a.Views.Avatar=b.Marionette.ItemView.extend({template:c.templates.avatar,className:"avatar",modelEvents:{change:"render"}})})(Mibew,Backbone,Handlebars);
|