gsantiago/jquery-view

View on GitHub

Showing 2 of 4 total issues

Function repeat has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

directives.repeat = function ($el, value, props) {
  var self = this
  var Template = this.Template

  var match = value.match(/(.*)\S*in\S*(.*)/)
Severity: Minor
Found in src/directives.js - About 1 hr to fix

    Function _render has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    fn._render = function () {
      var self = this
      var $el = this.$el
      var data = this.get()
      var template = this._template
    Severity: Minor
    Found in src/View.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language