MCPcopy
hub / github.com/dhotson/springy / getImageHeight

Function getImageHeight

springyui.js:154–157  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

152 }
153
154 var getImageHeight = function(node) {
155 var height = (node.data.image.height !== undefined) ? node.data.image.height : nodeImages[node.data.image.src].object.height;
156 return height;
157 }
158
159 Springy.Node.prototype.getHeight = function() {
160 var height;

Callers 1

springyui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected