Update to 2.7.1

This commit is contained in:
Dennis Hotson 2014-12-08 10:42:19 +11:00
parent 9de149c619
commit 80f932a8c9

View File

@ -1,5 +1,5 @@
/** /**
* Springy v2.7.0 * Springy v2.7.1
* *
* Copyright (c) 2010-2013 Dennis Hotson * Copyright (c) 2010-2013 Dennis Hotson
* *
@ -27,7 +27,7 @@
(function (root, factory) { (function (root, factory) {
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module. // AMD. Register as an anonymous module.
define(['b'], function (b) { define(function () {
return (root.returnExportsGlobal = factory()); return (root.returnExportsGlobal = factory());
}); });
} else if (typeof exports === 'object') { } else if (typeof exports === 'object') {