Skip to content

Commit

Permalink
Update version header to 2.0.0 and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Dec 21, 2011
1 parent 0af5407 commit 28169e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/output/knockout-latest.debug.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Knockout JavaScript library v2.0.0rc3
// Knockout JavaScript library v2.0.0
// (c) Steven Sanderson - http://knockoutjs.com/
// License: MIT (http://www.opensource.org/licenses/mit-license.php)

Expand Down Expand Up @@ -316,7 +316,7 @@ ko.utils = new (function () {
'innerText' in element ? element.innerText = value
: element.textContent = value;

if (ieVersion) {
if (ieVersion >= 9) {
// Believe it or not, this actually fixes an IE9 rendering bug. Insane. https://github.com/SteveSanderson/knockout/issues/209
element.innerHTML = element.innerHTML;
}
Expand Down
4 changes: 2 additions & 2 deletions build/output/knockout-latest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/version-header.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Knockout JavaScript library v2.0.0rc3
// Knockout JavaScript library v2.0.0
// (c) Steven Sanderson - http://knockoutjs.com/
// License: MIT (http://www.opensource.org/licenses/mit-license.php)

0 comments on commit 28169e7

Please sign in to comment.