15 Commits
Author SHA1 Message Date
Boris Yankov 00be80c886 Merge pull request #573 from fsoikin/KO-virtual-elements
Added ko.virtualElements.childNodes
2013-05-24 05:37:33 -07:00
Fyodor Soikin f50ea2c3e5 Added ko.virtualElements.childNodes 2013-05-22 00:16:00 -04:00
Boris Yankov 086c1aa31b Merge pull request #558 from fsoikin/KO-virtual-elements
Added types for ko.virtualElements.*
2013-05-19 12:05:10 -07:00
Fyodor Soikin 91bb9c0ad2 Added types for ko.virtualElements.* 2013-05-17 11:27:04 -04:00
Natan Vivo 2a27b18c05 Removing unnecessary semicolons (required by TypeScript 0.9, shouldn't affect 0.8) 2013-05-10 21:34:52 -03:00
Diullei Gomes b8f2a0df2c resolved conflicts to pullrequest #387 2013-03-31 12:13:16 -03:00
Steve Fenton b7008627b5 Removal of logChange method and explanation
logChange is an example of an extension, not part of the standard library. To add extensions, simply extend the interface outside of the definition file:

interface KnockoutExtenders {
    logChange(target: KnockoutObservableAny, option: string): KnockoutObservableAny;
}
2013-03-16 09:31:04 +00:00
Diullei Gomes 0d7d1aea3c bug fix 'knockout->KnockoutExtenders' 2013-03-12 09:20:50 -03:00
Steve Fenton 0016ecf978 Added logChange to extenders.
Added logChange to extenders.

http://knockoutjs.com/documentation/extenders.html
2013-03-12 12:06:36 +00:00
Marius Schulz 600319c438 Added "KnockoutObservableObject" interface 2013-03-06 17:48:58 +01:00
Dan Ludwig d53bedb39c Remove ko.utils.setTextContent from public knockout utils API surface.
Although this function is available via knockout-{version}.debug.js, it is
not part of the minified knockout-{version}.js file. Invoking this function
will cause a runtime javascript error when invoked against the minified js.

See this for more info: https://github.com/SteveSanderson/knockout/issues/670
2013-02-25 15:15:13 -05:00
Diullei Gomes 51bbb57e1d adjusted knockout typings; added 'templating' tests; the test file structure was refactored; #312 2013-02-22 12:22:46 -03:00
Jason Swearingen a46ab6bb93 minor fixes+typings, mostly adding documentation
angularjs: docs around first page tutorials
jquery: fix for known lib.d.ts big
knockback: add typing for observable based on tutorial, add docs around
observable.
2013-02-14 18:34:00 +07:00
Dan Ludwig 346034b63d Add ko.utils.setHtml to KnockoutUtils interface (2 overloads total). 2013-02-07 13:01:28 -05:00
Boris Yankov c98eebb137 Rename all definition files, remove versions 2013-01-17 17:17:27 +02:00