Add baseview(extended from backbone view), which can further extended by other views + Add fucntion to modify iframe and embed tags + add related tests
STUD-823
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
define(["backbone", "underscore"], function(Backbone, _) {
|
||||
var AbstractEditor = Backbone.View.extend({
|
||||
define(["js/views/baseview", "underscore"], function(BaseView, _) {
|
||||
var AbstractEditor = BaseView.extend({
|
||||
|
||||
// Model is MetadataModel
|
||||
initialize : function() {
|
||||
|
||||
Reference in New Issue
Block a user