diff --git a/.gitignore b/.gitignore index 7f54548c1..537d6e9e6 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,10 @@ desktop.ini .eprj perf/* *.orig + +MBestKnockout.csproj +MBestKnockout.sln +Properties/AssemblyInfo.cs +Web.config +Web.Debug.config +Web.Release.config \ No newline at end of file diff --git a/build/fragments/version.txt b/build/fragments/version.txt index 8cd40ba87..5a9dfc4b3 100644 --- a/build/fragments/version.txt +++ b/build/fragments/version.txt @@ -1 +1 @@ -2.1.0pre+mbest/smart-binding/beta.3 \ No newline at end of file +2.1.0pre+mbest/smart-binding/beta.3+GilesBradshaw/BindingProviderConfiguration \ No newline at end of file diff --git a/build/output/knockout-latest.debug.js b/build/output/knockout-latest.debug.js index f91f9c9af..d24f22b8b 100644 --- a/build/output/knockout-latest.debug.js +++ b/build/output/knockout-latest.debug.js @@ -1,9 +1,11 @@ -// Knockout JavaScript library v2.1.0pre +// Knockout JavaScript library v2.1.0pre+mbest/smart-binding/beta.3+GilesBradshaw/BindingProviderConfiguration // (c) Steven Sanderson - http://knockoutjs.com/ // License: MIT (http://www.opensource.org/licenses/mit-license.php) -(function(window,document,navigator,undefined){ -!function(factory) { +(function(){ +var DEBUG=true; +(function(window,document,navigator,undefined){function ko_throw(e){throw Error(e)} +(function(factory) { // Support three module loading scenarios if (typeof require === 'function' && typeof exports === 'object' && typeof module === 'object') { // [1] CommonJS/Node.js @@ -16,7 +18,7 @@ // [3] No module loader (plain