Comparing version 3.7.0 to 3.8.0
14
api.json
@@ -7,3 +7,3 @@ { | ||
"filename": "src/space-pen.coffee", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L60", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L60", | ||
"sections": [], | ||
@@ -14,3 +14,3 @@ "classMethods": [ | ||
"sectionName": null, | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L70", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L70", | ||
"visibility": "Public", | ||
@@ -37,3 +37,3 @@ "summary": "Add the given subview wired to an outlet with the given name", | ||
"sectionName": null, | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L76", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L76", | ||
"visibility": "Public", | ||
@@ -54,3 +54,3 @@ "summary": "Add a text node with the given text content", | ||
"sectionName": null, | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L82", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L82", | ||
"visibility": "Public", | ||
@@ -77,3 +77,3 @@ "summary": "Add a new tag with the given name", | ||
"sectionName": null, | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L87", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L87", | ||
"visibility": "Public", | ||
@@ -96,3 +96,3 @@ "summary": "Add new child DOM nodes from the given raw HTML string.", | ||
"sectionName": null, | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L187", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L187", | ||
"visibility": "Public", | ||
@@ -131,3 +131,3 @@ "summary": "Calls the given handler when commandName is triggered on the {View}.", | ||
"sectionName": null, | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.7.0/src/space-pen.coffee#L194", | ||
"srcUrl": "https://github.com/atom/space-pen/blob/v3.8.0/src/space-pen.coffee#L194", | ||
"visibility": "Public", | ||
@@ -134,0 +134,0 @@ "summary": "Preempt events registered with jQuery's `::on`.", |
(function() { | ||
var $, Builder, Events, SelfClosingTags, Tags, View, callAttachHooks, callRemoveHooks, docEl, exports, getViewsWithHooks, idCounter, jQuery, matches, matchesSelector, methodName, originalCleanData, _, _fn, _fn1, _i, _j, _len, _len1, _ref, _ref1, | ||
var $, Builder, Events, SelfClosingTags, Tags, View, callAttachHooks, callRemoveHooks, docEl, exports, idCounter, jQuery, matches, matchesSelector, methodName, originalCleanData, viewsForElement, _, _fn, _fn1, _i, _j, _len, _len1, _ref, _ref1, | ||
__hasProp = {}.hasOwnProperty, | ||
@@ -339,3 +339,3 @@ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
} | ||
_ref = getViewsWithHooks(element, onDom); | ||
_ref = viewsForElement(element, onDom); | ||
_results = []; | ||
@@ -357,3 +357,3 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { | ||
} | ||
_ref = getViewsWithHooks(element, true); | ||
_ref = viewsForElement(element); | ||
_results = []; | ||
@@ -367,4 +367,7 @@ for (_i = 0, _len = _ref.length; _i < _len; _i++) { | ||
getViewsWithHooks = function(element, includeDescendants) { | ||
viewsForElement = function(element, includeDescendants) { | ||
var descendantElement, view, views, _i, _len, _ref; | ||
if (includeDescendants == null) { | ||
includeDescendants = true; | ||
} | ||
views = []; | ||
@@ -693,2 +696,4 @@ if (element.getAttribute('callAttachHooks')) { | ||
exports.viewsForElement = viewsForElement; | ||
}).call(this); |
{ | ||
"name": "space-pen", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"description": "Write markup on the final frontier", | ||
@@ -5,0 +5,0 @@ "main": "./lib/space-pen.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
281285
8235