Skip to content

Commit

Permalink
Fix for getOwnPropertyDescriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
Xotic750 committed Dec 10, 2013
1 parent e3263c2 commit a476c56
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/AstroDate.html
Expand Up @@ -7567,7 +7567,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:19:00 GMT+0100 (CET)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:31:06 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
Expand Down
8 changes: 4 additions & 4 deletions docs/astrodate.js.html
Expand Up @@ -2005,10 +2005,10 @@ <h1 class="page-title">Source: astrodate.js</h1>
};

if (!isNull(getOwnPropertyDescriptorFN(testObject, 'sentinel').value)) {
getOwnPropertyDescriptorFN = null;
getOwnPropertyDescriptorFN = privateUndefined;
}
} catch (exception) {
getOwnPropertyDescriptorFN = null;
getOwnPropertyDescriptorFN = privateUndefined;
}
}

Expand Down Expand Up @@ -2060,7 +2060,7 @@ <h1 class="page-title">Source: astrodate.js</h1>

nfeGetOwnPropertyDescriptor = null;

return getOwnPropertyDescriptorFN;
return tempSafariNFE;
}());

/**
Expand Down Expand Up @@ -29755,7 +29755,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:19:00 GMT+0100 (CET)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:31:06 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -48,7 +48,7 @@ <h3> </h3>
<p><a href="https://coveralls.io/r/Xotic750/astrodate?branch=master" title="Coverage status on Coveralls"><img src="https://coveralls.io/repos/Xotic750/astrodate/badge.png?branch=master" alt="Coverage Status"></a></p>
<p><a href="https://ci.testling.com/Xotic750/astrodate" title="Browser support on Testling CI"><img src="https://ci.testling.com/Xotic750/astrodate.png" alt="browser support"></a></p>
<h1><a href="http://xotic750.github.io/astrodate/">AstroDate 0.6.5</a></h1>
<h6>Graham Fairweather <a href="&#109;&#x61;&#x69;&#x6c;&#116;&#x6f;&#58;&#x78;&#x6f;&#x74;&#x69;&#99;&#x37;&#x35;&#x30;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#46;&#x63;&#x6f;&#109;">&#x78;&#x6f;&#x74;&#x69;&#99;&#x37;&#x35;&#x30;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#46;&#x63;&#x6f;&#109;</a></h6>
<h6>Graham Fairweather <a href="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#x3a;&#120;&#111;&#x74;&#x69;&#99;&#55;&#x35;&#x30;&#x40;&#103;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#x63;&#111;&#x6d;">&#120;&#111;&#x74;&#x69;&#99;&#55;&#x35;&#x30;&#x40;&#103;&#x6d;&#x61;&#x69;&#x6c;&#x2e;&#x63;&#111;&#x6d;</a></h6>
<p>Still very much work in progress, so there are <a href="https://github.com/Xotic750/astrodate/issues" title="Issues">bugs</a> and the API has not been fully defined (or documented) and is subject to major changes.</p>
<p>The idea behind the project is to not rely on Javascript's rather flaky <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date" title="Date Object reference"><code>Date</code></a> object, give better accuracy, flexibility and be cross-browser.</p>
<p>Besides the standard <a href="http://en.wikipedia.org/wiki/Gregorian_calendar" title="Wikipedia">Gregorian calendar</a>, the <a href="http://en.wikipedia.org/wiki/Julian_calendar" title="Wikipedia">Julian calendar</a> is also available. This allows for AstroDate to be used in astronomical calculations.
Expand Down Expand Up @@ -136,7 +136,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:19:00 GMT+0100 (CET)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:31:06 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/module-astrodate.html
Expand Up @@ -129,7 +129,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="module-a
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:19:00 GMT+0100 (CET)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha2</a> on Tue Dec 10 2013 12:31:06 GMT+0100 (CET)
</footer>

<script> prettyPrint(); </script>
Expand Down
6 changes: 3 additions & 3 deletions lib/astrodate.js
Expand Up @@ -1978,10 +1978,10 @@ arrayFilter = (function () {
};

if (!isNull(getOwnPropertyDescriptorFN(testObject, 'sentinel').value)) {
getOwnPropertyDescriptorFN = null;
getOwnPropertyDescriptorFN = privateUndefined;
}
} catch (exception) {
getOwnPropertyDescriptorFN = null;
getOwnPropertyDescriptorFN = privateUndefined;
}
}

Expand Down Expand Up @@ -2033,7 +2033,7 @@ arrayFilter = (function () {

nfeGetOwnPropertyDescriptor = null;

return getOwnPropertyDescriptorFN;
return tempSafariNFE;
}());

/**
Expand Down
2 changes: 1 addition & 1 deletion lib/astrodate.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/astrodate.js
Expand Up @@ -1978,10 +1978,10 @@ arrayFilter = (function () {
};

if (!isNull(getOwnPropertyDescriptorFN(testObject, 'sentinel').value)) {
getOwnPropertyDescriptorFN = null;
getOwnPropertyDescriptorFN = privateUndefined;
}
} catch (exception) {
getOwnPropertyDescriptorFN = null;
getOwnPropertyDescriptorFN = privateUndefined;
}
}

Expand Down Expand Up @@ -2033,7 +2033,7 @@ arrayFilter = (function () {

nfeGetOwnPropertyDescriptor = null;

return getOwnPropertyDescriptorFN;
return tempSafariNFE;
}());

/**
Expand Down

0 comments on commit a476c56

Please sign in to comment.