derby-casperjs
Advanced tools
Comparing version 1.0.5 to 1.0.6
// Generated by CoffeeScript 1.9.2 | ||
(function() { | ||
var _, __operation; | ||
var _, __operation, model; | ||
@@ -9,4 +9,9 @@ _ = require('lodash'); | ||
module.exports = function(casper, constants) { | ||
return { | ||
model = void 0; | ||
module.exports = function(casper) { | ||
if (model != null) { | ||
return model; | ||
} | ||
return model = { | ||
set: function(path, value, cb) { | ||
@@ -13,0 +18,0 @@ var operation, prevValue; |
{ | ||
"name": "derby-casperjs", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Helpers and tweaks for Casper.js to test Derby.js apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
15327
245