Skip to content

Commit

Permalink
New Version v5.4.6-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Loncar committed Aug 18, 2014
1 parent ba88c37 commit fa56101
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Frameworks/Html.Linq/res/Html.Linq.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */

if (typeof(SharpKit) == "undefined")
var SharpKit = {};
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/Html.Linq/res/SharpKit.Html.Linq.min.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
/* Generated by SharpKit 5 v5.4.4 */

if (typeof(SharpKit) == "undefined")
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JavaScript.NoClr/res/noclr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */

var ListHelper = function (){
};
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr.Test/res/QunitTests.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.4 */
/* Generated by SharpKit 5 v5.4.6-preview */

if (typeof(JsTypes) == "undefined")
var JsTypes = [];
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/Compilation/JsCompiler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/Internal/Core.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/SharpKit.JsClr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof ($Inherit) == 'undefined') {
var $Inherit = function (ce, ce2) {
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.Collections.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.ComponentModel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.Diagnostics.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";

if (typeof(JsTypes) == "undefined")
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.Ext.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.IO.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.Linq.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.Reflection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
15 changes: 7 additions & 8 deletions Frameworks/JsClr/res/System.Text.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down Expand Up @@ -190,16 +190,15 @@ var System$Text$StringBuilder = {
},
Length$$: "System.Int32",
get_Length: function (){
return this.array.length;
return this.length;
},
set_Length: function (value){
if (value < 0)
throw $CreateException(new System.ArgumentOutOfRangeException.ctor(), new Error());
if (value < this.array.length)
this.array.length = value;
if (value == this.length)
return;
if (value > this.length)
this.Append$$String(new Array(value + 1).join("\0"));
else {
for (var i = this.array.length; i < this.length; i++)
this.array.push("\0");
this.Remove(value, this.length - value);
}
},
Remove: function (start, count){
Expand Down
2 changes: 1 addition & 1 deletion Frameworks/JsClr/res/System.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down
15 changes: 7 additions & 8 deletions Frameworks/JsClr/res/jsclr.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Generated by SharpKit 5 v5.4.5 */
/* Generated by SharpKit 5 v5.4.6-preview */
"use strict";
if (typeof($CreateException)=='undefined')
{
Expand Down Expand Up @@ -8298,16 +8298,15 @@ var System$Text$StringBuilder = {
},
Length$$: "System.Int32",
get_Length: function (){
return this.array.length;
return this.length;
},
set_Length: function (value){
if (value < 0)
throw $CreateException(new System.ArgumentOutOfRangeException.ctor(), new Error());
if (value < this.array.length)
this.array.length = value;
if (value == this.length)
return;
if (value > this.length)
this.Append$$String(new Array(value + 1).join("\0"));
else {
for (var i = this.array.length; i < this.length; i++)
this.array.push("\0");
this.Remove(value, this.length - value);
}
},
Remove: function (start, count){
Expand Down
4 changes: 2 additions & 2 deletions Frameworks/JsClr/res/jsclr.min.js

Large diffs are not rendered by default.

0 comments on commit fa56101

Please sign in to comment.