Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSanderson committed Jan 10, 2012
1 parent 7c9ed58 commit 4bf90c5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 18 deletions.
4 changes: 4 additions & 0 deletions build/output/knockout-latest.debug.js
Expand Up @@ -35,6 +35,9 @@ ko.exportSymbol = function(koPath, object) {
ko.exportProperty = function(owner, publicName, object) {
owner[publicName] = object;
};
ko.version = "2.1.0pre";

ko.exportSymbol('version', ko.version);

ko.utils = new (function () {
var stringTrimRegex = /^(\s|\u00A0)+|(\s|\u00A0)+$/g;
Expand Down Expand Up @@ -3259,3 +3262,4 @@ ko.exportSymbol('nativeTemplateEngine', ko.nativeTemplateEngine);(function() {
ko.exportSymbol('jqueryTmplTemplateEngine', ko.jqueryTmplTemplateEngine);
})();});
})(window,document,navigator);

0 comments on commit 4bf90c5

Please sign in to comment.