This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scratch-html5/test/artifacts/TestHelpers.js
2014-03-09 11:59:38 -06:00

5 lines
92 B
JavaScript

'use strict';
var deepCopy = function(object) {
return jQuery.extend(true, {}, object);
}