UNPKG

ninjs-rjs

Version:
16 lines 288 B
define([ 'jquery', 'underscore', 'backbone' ], function ($, _, Backbone) { return Backbone.View.extend({ el: 'body', initialize: function (params) { console.log("HOME"); console.log(params); return this; }, render: function () { return this; } }); });