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:
Zubair Afzal
2013-11-22 15:00:45 +05:00
parent 608aaf31e8
commit a6fbcbd781
25 changed files with 253 additions and 52 deletions

View File

@@ -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() {