todomvc
Version:
> Helping you select an MV\* framework
15 lines (14 loc) • 330 B
JavaScript
/**
* JSON polyfill / shim
*
* (c) copyright 2011-2013 Brian Cavalier and John Hann
*
* poly is part of the cujo.js family of libraries (http://cujojs.com/)
*
* Licensed under the MIT License at:
* http://www.opensource.org/licenses/mit-license.php
*
*/
define(['./support/json3'], function (JSON) {
return JSON;
});