Plato on Github
Report Home
ampersand/lib/templates/page.js
Maintainability
100.00
Lines of code
9
Difficulty
4.20
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
var View = require('ampersand-view'); module.exports = View.extend({ template: '<div>new view</div>', initialize: function () { // use or delete } });