betajs/betajs-data

View on GitHub
src/data/stores/watchers/poll_watcher.js

Summary

Maintainability
A
1 hr
Test Coverage

Function poll has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            poll: function () {
                if (!this.__ignoreUpdates) {
                    Objs.iter(this.__itemCache, function (cached, id) {
                        this._store.get(id, cached.context).success(function (data) {
                            if (!data)
Severity: Minor
Found in src/data/stores/watchers/poll_watcher.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status